Skip to content

Commit

Permalink
adds haso bnpl (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicanAkkus authored and lemiorhan committed Feb 19, 2024
1 parent 7843947 commit fc29a27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Craftgate/Model/ApmType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public enum ApmType
[EnumMember(Value = "MASLAK")] MASLAK,
[EnumMember(Value = "ALFABANK")] ALFABANK,
[EnumMember(Value = "TOM_FINANCE")] TOM_FINANCE,
[EnumMember(Value = "HASO")] HASO,
[EnumMember(Value = "FUND_TRANSFER")] FUND_TRANSFER,
[EnumMember(Value = "CASH_ON_DELIVERY")] CASH_ON_DELIVERY
}
Expand Down
3 changes: 2 additions & 1 deletion Craftgate/Model/PaymentProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public enum PaymentProvider
[EnumMember(Value = "GOOGLEPAY")] GOOGLEPAY,
[EnumMember(Value = "STRIPE")] STRIPE,
[EnumMember(Value = "KASPI")] KASPI,
[EnumMember(Value = "TOMPAY")] TOMPAY
[EnumMember(Value = "TOMPAY")] TOMPAY,
[EnumMember(Value = "HASO")] HASO
}
}

0 comments on commit fc29a27

Please sign in to comment.