gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] branch master updated: complete the contract


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: complete the contract terms in the example
Date: Wed, 29 Sep 2021 21:45:33 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new d658ffb  complete the contract terms in the example
d658ffb is described below

commit d658ffbf0124b59b173c920ccbcd7ba7a33268fa
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Sep 29 16:45:25 2021 -0300

    complete the contract terms in the example
---
 .../backend/src/pages/ShowOrderDetails.stories.tsx   | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/packages/backend/src/pages/ShowOrderDetails.stories.tsx 
b/packages/backend/src/pages/ShowOrderDetails.stories.tsx
index 5274a71..616af7f 100644
--- a/packages/backend/src/pages/ShowOrderDetails.stories.tsx
+++ b/packages/backend/src/pages/ShowOrderDetails.stories.tsx
@@ -48,6 +48,26 @@ const defaultContractTerms: MerchantBackend.ContractTerms = {
     name: 'the merchant (inc)',
     address: {},
     jurisdiction: {},
+  },
+  max_fee: '',
+  max_wire_fee: '',
+  wire_fee_amortization: 1,
+  products: [],
+  timestamp: {
+    t_ms: new Date().getTime()
+  },
+  auditors: [],
+  exchanges: [],
+  h_wire: '',
+  merchant_base_url : '://merchant.base.url/',
+  merchant_pub: 'QWEASDQWEASD',
+  nonce: 'NONCE',
+  refund_deadline: {
+    t_ms: new Date().getTime() + 6 * 24 * 60 * 60 * 1000
+  },
+  wire_method: 'x-taler-bank',
+  wire_transfer_deadline: {
+    t_ms: new Date().getTime() + 3 * 24 * 60 * 60 * 1000
   }
 };
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]