1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Turning on token billing for PayFast

This commit is contained in:
David Bomba 2021-09-23 15:39:48 +10:00
parent c0b4c4bd73
commit 78549220b6

View File

@ -161,6 +161,8 @@ class PayFastPaymentDriver extends BaseDriver
}
}
nlog(http_build_query($fields));
return md5(http_build_query($fields));
}