Skip to content

Commit

Permalink
Merge pull request #16 from vitvitskyi/feature/ticket_action
Browse files Browse the repository at this point in the history
Added action type "Ticket"
  • Loading branch information
JTOne123 authored May 3, 2023
2 parents a3c6b1c + bb9ead4 commit 6496e3f
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 6496e3f

Please sign in to comment.