mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #8120 from turbo124/v5-develop
Minor improvements for checkout 3ds processing
This commit is contained in:
commit
ffc9a75479
@ -497,7 +497,7 @@ class CheckoutComPaymentDriver extends BaseDriver
|
|||||||
$request->query('cko-session-id')
|
$request->query('cko-session-id')
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($payment['approved']) {
|
if (isset($payment['approved']) && $payment['approved']) {
|
||||||
return $this->processSuccessfulPayment($payment);
|
return $this->processSuccessfulPayment($payment);
|
||||||
} else {
|
} else {
|
||||||
return $this->processUnsuccessfulPayment($payment);
|
return $this->processUnsuccessfulPayment($payment);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user