aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-12 19:29:47 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-12 19:29:47 +0100
commitcce3f589dcb35bb9036b513da24b3b8207bc4772 (patch)
tree2cb9d03a5573cc5823e8aafc891639be6f3e975f /src/types.ts
parentbd02776f86604eab5a267b39421d0d444f512f15 (diff)
downloadwallet-core-cce3f589dcb35bb9036b513da24b3b8207bc4772.tar.xz
remove transaction_id
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types.ts b/src/types.ts
index f3080ec78..f03479895 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -483,8 +483,8 @@ export class Contract {
@Checkable.String
timestamp: string;
- @Checkable.Number
- transaction_id: number;
+ @Checkable.String
+ order_id: string;
@Checkable.String
fulfillment_url: string;