aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-22 01:12:08 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-22 01:12:08 +0100
commitae177549a5818e2698253ef17a11b1effbd66fdb (patch)
tree7ac7765d2af595b1d22367740d88a397b6b9868a /src/webex/messages.ts
parent1671d9a508b803af31762bcd9508e70eb40e7b48 (diff)
downloadwallet-core-ae177549a5818e2698253ef17a11b1effbd66fdb.tar.xz
implement flicker-free refunds
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index e1bd6f12c..2219cdf1d 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -195,6 +195,10 @@ export interface MessageMap {
request: { contractTermsHash: string, sessionId: string | undefined };
response: void;
};
+ "accept-refund": {
+ request: { refundUrl: string }
+ response: string;
+ };
}
/**