aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-03 15:37:04 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-03 15:37:17 +0100
commit16371276588b34769a09d940e608426b06ec3163 (patch)
treea3ac6a169502797cfa0145e726f9b7da0edf30bc /src/types.ts
parentac342628533ddf1922c050d9c37428d73538d8d6 (diff)
downloadwallet-core-16371276588b34769a09d940e608426b06ec3163.tar.xz
have from contract, remove extended contract query
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 28c989a0f..f28cdb411 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -484,6 +484,9 @@ export class Contract {
order_id: string;
@Checkable.String
+ pay_url: string;
+
+ @Checkable.String
fulfillment_url: string;
@Checkable.Any