Skip to content

Commit

Permalink
Add vodafone dcb as a new apm type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alican Akkus authored and Alican Akkus committed Sep 19, 2024
1 parent 9d6c8c5 commit a20af80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Craftgate/Model/ApmType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public enum ApmType
[EnumMember(Value = "MULTINET")] MULTINET,
[EnumMember(Value = "MULTINET_GIFT")] MULTINET_GIFT,
[EnumMember(Value = "ISPAY")] ISPAY,
[EnumMember(Value = "VODAFONE_DCB")] VODAFONE_DCB,
[EnumMember(Value = "FUND_TRANSFER")] FUND_TRANSFER,
[EnumMember(Value = "CASH_ON_DELIVERY")] CASH_ON_DELIVERY
}
Expand Down
1 change: 1 addition & 0 deletions Craftgate/Model/PaymentProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public enum PaymentProvider
[EnumMember(Value = "HASO")] HASO,
[EnumMember(Value = "MULTINET")] MULTINET,
[EnumMember(Value = "ISPAY")] ISPAY,
[EnumMember(Value = "VODAFONE")] VODAFONE,
[EnumMember(Value = "OFFLINE")] OFFLINE
}
}

0 comments on commit a20af80

Please sign in to comment.