Minor improvements for checkout 3ds processing
This commit is contained in:
parent
7372cf4ffc
commit
abc3e39188
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