mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
🧹 Remove leftover session handling
This commit is contained in:
parent
99cd8e4aeb
commit
7713956160
2 changed files with 0 additions and 14 deletions
|
@ -357,7 +357,6 @@ class AxoGateway extends WC_Payment_Gateway {
|
|||
if ( $process ) {
|
||||
$this->order_processor->process_captured_and_authorized( $wc_order, $paypal_order );
|
||||
}
|
||||
|
||||
} catch ( Exception $exception ) {
|
||||
$this->logger->error( '[AXO] 3DS return processing failed: ' . $exception->getMessage() );
|
||||
return array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue