Skip to content

Commit

Permalink
Adds multinet as APM
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn committed May 28, 2024
1 parent 138ce70 commit 4b1269f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ const (
ApmType_STRIPE ApmType = "STRIPE"
ApmType_PAYCELL ApmType = "PAYCELL"
ApmType_HASO ApmType = "HASO"
ApmType_MULTINET ApmType = "MULTINET"
ApmType_MULTINET_GIFT ApmType = "MULTINET_GIFT"
ApmType_FUND_TRANSFER ApmType = "FUND_TRANSFER"
ApmType_CASH_ON_DELIVERY ApmType = "CASH_ON_DELIVERY"
)
Expand Down Expand Up @@ -126,6 +128,7 @@ const (
PaymentProvider_ALFABANK PaymentProvider = "ALFABANK"
PaymentProvider_PAYCELL PaymentProvider = "PAYCELL"
PaymentProvider_HASO PaymentProvider = "HASO"
PaymentProvider_MULTINET PaymentProvider = "MULTINET"
PaymentProvider_OFFLINE PaymentProvider = "OFFLINE"
)

Expand Down Expand Up @@ -201,6 +204,8 @@ const (
PaymentMethod_AFTERPAY PaymentMethod = "AFTERPAY"
PaymentMethod_INSTANT_TRANSFER PaymentMethod = "INSTANT_TRANSFER"
PaymentMethod_STRIPE PaymentMethod = "STRIPE"
PaymentMethod_MULTINET PaymentMethod = "MULTINET"
PaymentMethod_MULTINET_GIFT PaymentMethod = "MULTINET_GIFT"
)

// card type declaration
Expand Down

0 comments on commit 4b1269f

Please sign in to comment.