From 860cd81f35eb87932916eba1f23fa6ae9cde1eae Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 4 Apr 2023 10:04:28 -0300 Subject: add fullfilment url and message if the are present --- packages/merchant-backend-ui/src/declaration.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/merchant-backend-ui/src/declaration.d.ts') diff --git a/packages/merchant-backend-ui/src/declaration.d.ts b/packages/merchant-backend-ui/src/declaration.d.ts index 74b0a5011..0e7a18eb5 100644 --- a/packages/merchant-backend-ui/src/declaration.d.ts +++ b/packages/merchant-backend-ui/src/declaration.d.ts @@ -1284,6 +1284,7 @@ export namespace MerchantBackend { // will send back to the customer the same proposal. Clearly, this URL // can be bookmarked and shared by users. fulfillment_url?: string; + fulfillment_message?: string; // Maximum total deposit fee accepted by the merchant for this contract max_fee: Amount; -- cgit v1.2.3