1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00

Minor fixes for Payfast

This commit is contained in:
David Bomba 2021-07-10 16:48:20 +10:00
parent 1e03070e9e
commit 24b8233a2f

View File

@ -163,7 +163,7 @@ class Token
]);
try {
$response = $client->post("https://sandbox.payfast.co.za/subscriptions/{$token}/adhoc",[
$response = $client->post("https://api.payfast.co.za/subscriptions/{$token}/adhoc?testing=true",[
RequestOptions::JSON => ['body' => $body], RequestOptions::ALLOW_REDIRECTS => false
]);