From c27e17b4905645aa5d4ae1ff1b57efbd768c6937 Mon Sep 17 00:00:00 2001 From: Volodymyr <61783015+vitvitskyi@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:08:53 +0300 Subject: [PATCH] Added "Unsubscribe" to LiqPayResponseAction --- LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs b/LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs index 63c0ae5..0395006 100644 --- a/LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs +++ b/LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs @@ -19,6 +19,8 @@ public enum LiqPayResponseAction [EnumMember(Value = "regular")] Regular, [EnumMember(Value = "paycash")] - Paycash + Paycash, + [EnumMember(Value = "unsubscribe")] + Unsubscribe, } } \ No newline at end of file