mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Payment response
This commit is contained in:
parent
e1e7a3ffc8
commit
2d044eee8e
@ -223,7 +223,7 @@ class CreditCard
|
|||||||
'payment_hash' => $request->input('m_payment_id'),
|
'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();
|
$this->payfast->payment_hash->save();
|
||||||
|
|
||||||
if($response_array['payment_status'] == 'COMPLETE') {
|
if($response_array['payment_status'] == 'COMPLETE') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user