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:
parent
1e03070e9e
commit
24b8233a2f
@ -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
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user