mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -04:00
Payment response
This commit is contained in:
parent
2abd0f9cbe
commit
4db53cb48d
@ -228,7 +228,7 @@ class CreditCard
|
|||||||
|
|
||||||
if($response_array['payment_status'] == 'COMPLETE') {
|
if($response_array['payment_status'] == 'COMPLETE') {
|
||||||
|
|
||||||
$this->payfast->logSuccessfulGatewayResponse(['response' => json_decode($response_array), 'data' => $this->payfast->payment_hash], SystemLog::TYPE_PAYFAST);
|
$this->payfast->logSuccessfulGatewayResponse(['response' => $response_array, 'data' => $this->payfast->payment_hash], SystemLog::TYPE_PAYFAST);
|
||||||
|
|
||||||
return $this->processSuccessfulPayment($response_array);
|
return $this->processSuccessfulPayment($response_array);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user