Skip to content

Commit 63af3a5

Browse files
authored
add RECURRING_PAYMENT to TransactionSource (#52)
1 parent b3f188b commit 63af3a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NetLicensingClient/src/main/java/com/labs64/netlicensing/domain/vo/TransactionSource.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ public enum TransactionSource {
6565
*/
6666
SUBSCRIPTION_UPDATE,
6767

68+
/**
69+
* Transaction for recurring payment.
70+
*/
71+
RECURRING_PAYMENT,
72+
6873
/**
6974
* Transaction for cancel recurring payment.
7075
*/

0 commit comments

Comments
 (0)