Skip to content

Commit f3c7a5c

Browse files
committed
Add payment processor
1 parent a977708 commit f3c7a5c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ History
88

99
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
1010
version, please use an earlier release.
11+
* Added ``placetopay`` to the ``/payment/processor`` validation.
1112

1213
2.8.0
1314
++++++++++++++++++

minfraud/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ def _hostname(hostname: str) -> str:
207207
"payway",
208208
"payza",
209209
"pinpayments",
210+
"placetopay",
210211
"posconnect",
211212
"princeton_payment_solutions",
212213
"psigate",

0 commit comments

Comments
 (0)