Skip to content

Commit

Permalink
Added action type "Ticket"
Browse files Browse the repository at this point in the history
  • Loading branch information
vitvitskyi committed May 2, 2023
1 parent a3c6b1c commit bb9ead4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayRequestAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ public enum LiqPayRequestAction
Status,
[EnumMember(Value = "unsubscribe")]
Unsubscribe,
[EnumMember(Value = "ticket")]
Ticket,
}
}
2 changes: 2 additions & 0 deletions LiqPaySDK/LiqPay.SDK/Dto/Enums/LiqPayResponseAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ public enum LiqPayResponseAction
Paycash,
[EnumMember(Value = "unsubscribe")]
Unsubscribe,
[EnumMember(Value = "ticket")]
Ticket,
}
}

0 comments on commit bb9ead4

Please sign in to comment.