Skip to content

Commit

Permalink
Merge pull request #275 from maxmind/greg/eng-964-new-payment-process…
Browse files Browse the repository at this point in the history
…ors-input-values-are-supported-by

Add ePayco to payment processor list
  • Loading branch information
horgh authored Jan 6, 2025
2 parents 98a5b7a + 9fc30e3 commit bafbe24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MaxMind.MinFraud/Request/Payment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ public enum PaymentProcessor
[EnumMember(Value = "epay")]
Epay,

[EnumMember(Value = "epayco")]
Epayco,

[EnumMember(Value = "eprocessing_network")]
EprocessingNetwork,

Expand Down
1 change: 1 addition & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Release Notes
* The minFraud Factors subscores have been deprecated. They will be removed
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)
for more information.
* Added `Epayco` to the `PaymentProcessor` enum.

5.1.0-beta.1 (2024-09-06)
-------------------------
Expand Down

0 comments on commit bafbe24

Please sign in to comment.