summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-02 00:48:13 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-02 00:48:13 +0100
commitd184633a8898399171ac4790a18024709a5df595 (patch)
treeeb1c18e03555cc020d1bdee6bc7be0fcee0b2719
parentd6a3a54d28a5d1e21cc3cca9927c78f674044531 (diff)
downloadwallet-core-d184633a8898399171ac4790a18024709a5df595.tar.gz
wallet-core-d184633a8898399171ac4790a18024709a5df595.tar.bz2
wallet-core-d184633a8898399171ac4790a18024709a5df595.zip
fix test case
-rw-r--r--src/types-test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types-test.ts b/src/types-test.ts
index 3ba059de1..56a826441 100644
--- a/src/types-test.ts
+++ b/src/types-test.ts
@@ -115,6 +115,7 @@ test("contract terms validation", (t) => {
merchant_pub: "12345",
order_id: "test_order",
pay_deadline: "Date(12346)",
+ wire_transfer_deadline: "Date(12346)",
merchant_base_url: "https://example.com/pay",
products: [],
refund_deadline: "Date(12345)",