diff options
author | Sebastian <sebasjm@gmail.com> | 2023-04-04 10:04:28 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-04-04 10:04:28 -0300 |
commit | 860cd81f35eb87932916eba1f23fa6ae9cde1eae (patch) | |
tree | 0c52c8eccc4d6e20aa6e22be5b759a11683d4e0f /packages/merchant-backend-ui/src/declaration.d.ts | |
parent | 2ef40efe53f064520db29f07a20302a5b9ebf276 (diff) |
add fullfilment url and message if the are present
Diffstat (limited to 'packages/merchant-backend-ui/src/declaration.d.ts')
-rw-r--r-- | packages/merchant-backend-ui/src/declaration.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |