Skip to content

Commit

Permalink
Merge pull request #15 from vitvitskyi/feature/unsubscribe
Browse files Browse the repository at this point in the history
Added "Unsubscribe" to LiqPayResponseAction
  • Loading branch information
JTOne123 authored Apr 14, 2023
2 parents 7849f30 + c27e17b commit a3c6b1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public enum LiqPayResponseAction
[EnumMember(Value = "regular")]
Regular,
[EnumMember(Value = "paycash")]
Paycash
Paycash,
[EnumMember(Value = "unsubscribe")]
Unsubscribe,
}
}

0 comments on commit a3c6b1c

Please sign in to comment.