Skip to content

Commit 0f36a27

Browse files
authored
Merge pull request #111 from maxmind/greg/new-payment-processor
Add new payment processors
2 parents 14ea3e1 + 428eb83 commit 0f36a27

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CHANGELOG
22
=========
33

4+
1.18.0
5+
-------------------
6+
7+
* Added the following new values to the payment processor validation:
8+
* `cardknox`
9+
* `creditguard`
10+
* `credorax`
11+
* `dlocal`
12+
* `onpay`
13+
* `safecharge`
14+
415
1.17.0 (2021-02-02)
516
-------------------
617

src/MinFraud/Validation/Rules/PaymentProcessor.php

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function __construct()
3131
'bluesnap',
3232
'bpoint',
3333
'braintree',
34+
'cardknox',
3435
'cardpay',
3536
'cashfree',
3637
'ccavenue',
@@ -44,6 +45,8 @@ public function __construct()
4445
'compropago',
4546
'concept_payments',
4647
'conekta',
48+
'creditguard',
49+
'credorax',
4750
'ct_payments',
4851
'cuentadigital',
4952
'curopayments',
@@ -53,6 +56,7 @@ public function __construct()
5356
'datacash',
5457
'dibs',
5558
'digital_river',
59+
'dlocal',
5660
'dotpay',
5761
'ebs',
5862
'ecomm365',
@@ -89,6 +93,7 @@ public function __construct()
8993
'nmi',
9094
'oceanpayment',
9195
'oney',
96+
'onpay',
9297
'openpaymx',
9398
'optimal_payments',
9499
'orangepay',
@@ -124,6 +129,7 @@ public function __construct()
124129
'rede',
125130
'redpagos',
126131
'rewardspay',
132+
'safecharge',
127133
'sagepay',
128134
'securetrading',
129135
'simplify_commerce',

0 commit comments

Comments
 (0)