Payment response
This commit is contained in:
parent
e1e7a3ffc8
commit
2d044eee8e
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class CreditCard
|
|||
'payment_hash' => $request->input('m_payment_id'),
|
||||
];
|
||||
|
||||
$this->payfast->payment_hash->data = array_merge((array) $this->stripe->payment_hash->data, $state);
|
||||
$this->payfast->payment_hash->data = array_merge((array) $this->payfast->payment_hash->data, $state);
|
||||
$this->payfast->payment_hash->save();
|
||||
|
||||
if($response_array['payment_status'] == 'COMPLETE') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue