Update payments.types.ts

This commit is contained in:
Abubeker Yasin
2026-06-04 09:01:19 +03:00
parent 848cb530ee
commit 1fbedff810

View File

@@ -4,7 +4,7 @@ export type PaymentPlatform = 'web' | 'mobile';
export type ClientAction =
| { type: 'REDIRECT'; url: string }
| { type: 'LAUNCH_APP'; prepayId: string; receiveCode?: string; shortCode: string };
| { type: 'LAUNCH_APP'; appId: string; receiveCode?: string; shortCode: string };
export interface ProviderInitiationInput {
merchantOrderId: string;