Skip to content

Commit

Permalink
Add Paycell DCB Payment Method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Özcan committed Jan 15, 2025
1 parent 786e053 commit 468ee9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ const (
PaymentMethod_STRIPE PaymentMethod = "STRIPE"
PaymentMethod_MULTINET PaymentMethod = "MULTINET"
PaymentMethod_MULTINET_GIFT PaymentMethod = "MULTINET_GIFT"
PaymentMethod_BIZUM PaymentMethod = "BIZUM"
PaymentMethod_PAYCELL_DCB PaymentMethod = "PAYCELL_DCB"
)

// card type declaration
Expand Down

0 comments on commit 468ee9a

Please sign in to comment.