Payment response
This commit is contained in:
parent
2abd0f9cbe
commit
4db53cb48d
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ class CreditCard
|
|||
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue