From f4a8702b3cf93f9edf96d1d1c8cb88baa309e301 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 21 Jul 2020 12:23:48 +0530 Subject: towards consuming new merchant API --- src/types/dbTypes.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/types/dbTypes.ts') diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts index 4f7b89b67..b085f83db 100644 --- a/src/types/dbTypes.ts +++ b/src/types/dbTypes.ts @@ -1250,10 +1250,9 @@ export interface PurchaseRecord { contractData: WalletContractData; /** - * The payment request, ready to be send to the merchant's - * /pay URL. + * Deposit permissions, available once the user has accepted the payment. */ - payReq: PayReq; + coinDepositPermissions: CoinDepositPermission[]; payCoinSelection: PayCoinSelection; -- cgit v1.2.3