Refactored endpoint to use new payment verification process

This commit is contained in:
Khwezi Mngoma
2026-06-03 00:11:27 +02:00
parent fc2f457add
commit 8eedf16a49
5 changed files with 77 additions and 18 deletions
+9
View File
@@ -1,4 +1,13 @@
{
"ValidPayfastHosts": [
"www.payfast.co.za",
"sandbox.payfast.co.za",
"w1w.payfast.co.za",
"w2w.payfast.co.za",
"ips.payfast.co.za",
"api.payfast.co.za",
"payment.payfast.io"
],
"HasherSettings": {
"MinHashLength": 11
},