Skip to content

Commit

Permalink
Adds multinet as APM (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn authored Jun 6, 2024
1 parent fade820 commit 9f507a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Craftgate/Model/ApmType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public enum ApmType
[EnumMember(Value = "TOM_FINANCE")] TOM_FINANCE,
[EnumMember(Value = "PAYCELL")] PAYCELL,
[EnumMember(Value = "HASO")] HASO,
[EnumMember(Value = "MULTINET")] MULTINET,
[EnumMember(Value = "MULTINET_GIFT")] MULTINET_GIFT,
[EnumMember(Value = "FUND_TRANSFER")] FUND_TRANSFER,
[EnumMember(Value = "CASH_ON_DELIVERY")] CASH_ON_DELIVERY
}
Expand Down
2 changes: 2 additions & 0 deletions Craftgate/Model/PaymentMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public enum PaymentMethod
[EnumMember(Value = "KLARNA")] KLARNA,
[EnumMember(Value = "AFTERPAY")] AFTERPAY,
[EnumMember(Value = "STRIPE")] STRIPE,
[EnumMember(Value = "MULTINET")] MULTINET,
[EnumMember(Value = "MULTINET_GIFT")] MULTINET_GIFT,
[EnumMember(Value = "INSTANT_TRANSFER")] INSTANT_TRANSFER
}
}
1 change: 1 addition & 0 deletions Craftgate/Model/PaymentProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public enum PaymentProvider
[EnumMember(Value = "ALFABANK")] ALFABANK,
[EnumMember(Value = "PAYCELL")] PAYCELL,
[EnumMember(Value = "HASO")] HASO,
[EnumMember(Value = "MULTINET")] MULTINET,
[EnumMember(Value = "OFFLINE")] OFFLINE
}
}

0 comments on commit 9f507a2

Please sign in to comment.