Merge pull request #8120 from turbo124/v5-develop
Minor improvements for checkout 3ds processing
This commit is contained in:
commit
ffc9a75479
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ class CheckoutComPaymentDriver extends BaseDriver
|
|||
$request->query('cko-session-id')
|
||||
);
|
||||
|
||||
if ($payment['approved']) {
|
||||
if (isset($payment['approved']) && $payment['approved']) {
|
||||
return $this->processSuccessfulPayment($payment);
|
||||
} else {
|
||||
return $this->processUnsuccessfulPayment($payment);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue