🧹 Remove leftover session handling

This commit is contained in:
Daniel Dudzic 2025-06-26 16:21:21 +02:00
parent 99cd8e4aeb
commit 7713956160
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 0 additions and 14 deletions

View file

@ -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(