Skip to content

Commit

Permalink
Add new payment processors
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Jan 2, 2024
1 parent c67328c commit 348ea67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.1.0
------------------

* Added `pxp_financial` and `trustpay` to the payment processor validation.

2.0.0 (2023-12-04)
------------------

Expand Down
2 changes: 2 additions & 0 deletions src/MinFraud/Validation/Rules/PaymentProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function __construct()
'posconnect',
'princeton_payment_solutions',
'psigate',
'pxp_financial',
'qiwi',
'quickpay',
'raberil',
Expand All @@ -158,6 +159,7 @@ public function __construct()
'towah',
'transact_pro',
'trustly',
'trustpay',
'tsys',
'usa_epay',
'vantiv',
Expand Down

0 comments on commit 348ea67

Please sign in to comment.