Skip to content

Commit

Permalink
add RECURRING_PAYMENT to TransactionSource (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rudkovskiy authored Dec 13, 2024
1 parent b3f188b commit 63af3a5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ public enum TransactionSource {
*/
SUBSCRIPTION_UPDATE,

/**
* Transaction for recurring payment.
*/
RECURRING_PAYMENT,

/**
* Transaction for cancel recurring payment.
*/
Expand Down

0 comments on commit 63af3a5

Please sign in to comment.