Skip to content

Commit

Permalink
Add Paycell DCB Payment Method
Browse files Browse the repository at this point in the history
  • Loading branch information
mozcan committed Jan 24, 2025
1 parent 8b15ea7 commit b61add9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/model/ApmType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum ApmType {
IsPay = 'ISPAY',
Chippin = 'CHIPPIN',
Bizum = 'BIZUM',
PaycellDCB = 'PAYCELLDCB',
PaycellDCB = 'PAYCELL_DCB',
Paymob = 'PAYMOB'
}

Expand Down
2 changes: 1 addition & 1 deletion src/model/PaymentProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum PaymentProvider {
Chippin = 'CHIPPIN',
Paymob = 'PAYMOB',
Bizum = 'BIZUM',
PaycellDCB = 'PAYCELLDCB',
PaycellDCB = 'PAYCELL_DCB',
Offline = 'OFFLINE'
}

Expand Down

0 comments on commit b61add9

Please sign in to comment.