From 171d070a83c93082026c9e757f7520139ec655c9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 24 Jan 2022 20:51:44 +0100 Subject: make tipping work with latest merchant protocol --- packages/taler-util/src/talerTypes.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'packages/taler-util/src/talerTypes.ts') diff --git a/packages/taler-util/src/talerTypes.ts b/packages/taler-util/src/talerTypes.ts index 41aa53fd4..2f2576d82 100644 --- a/packages/taler-util/src/talerTypes.ts +++ b/packages/taler-util/src/talerTypes.ts @@ -1654,3 +1654,14 @@ export enum ExchangeProtocolVersion { V9 = 9, V12 = 12, } + +export enum MerchantProtocolVersion { + /** + * Legacy version that is still supported. + */ + V1 = 1, + /** + * Current version supported by the wallet. + */ + V3 = 3, +} -- cgit v1.2.3