aboutsummaryrefslogtreecommitdiff
path: root/src/types-test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types-test.ts')
-rw-r--r--src/types-test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types-test.ts b/src/types-test.ts
index bc053b40b..780d49e45 100644
--- a/src/types-test.ts
+++ b/src/types-test.ts
@@ -53,6 +53,9 @@ test("contract validation", t => {
timestamp: "Date(12345)",
transaction_id: 1234,
fulfillment_url: "foo",
+ wire_method: "test",
+ order_id: "test_order",
+ pay_url: "https://example.com/pay",
};
types.Contract.checked(c);