Skip to content

Commit

Permalink
adds haso bnpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus committed Jan 23, 2024
1 parent b8a7183 commit 2070fac
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 @@ -87,6 +87,7 @@ const (
ApmType_ALFABANK ApmType = "ALFABANK"
ApmType_TOM_FINANCE ApmType = "TOM_FINANCE"
ApmType_STRIPE ApmType = "STRIPE"
ApmType_HASO ApmType = "HASO"
ApmType_FUND_TRANSFER ApmType = "FUND_TRANSFER"
ApmType_CASH_ON_DELIVERY ApmType = "CASH_ON_DELIVERY"
)
Expand All @@ -112,6 +113,7 @@ const (
PaymentProvider_GOOGLEPAY PaymentProvider = "GOOGLEPAY"
PaymentProvider_HEPSIPAY PaymentProvider = "HEPSIPAY"
PaymentProvider_STRIPE PaymentProvider = "STRIPE"
PaymentProvider_HASO PaymentProvider = "HASO"
PaymentProvider_OFFLINE PaymentProvider = "OFFLINE"
)

Expand Down

0 comments on commit 2070fac

Please sign in to comment.