Skip to content

Commit

Permalink
Improved custom failovergateway
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Nov 14, 2023
1 parent 4e9c642 commit 1a9eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Checkout/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function execute()
$this->config->setStore($order->getStore());

try {
$this->config->configureSDK();
$this->config->configureSDK(true);
$transaction = Transaction::get($payOrderId);
} catch (\Exception $e) {
$this->payHelper->logCritical($e, $params, $order->getStore());
Expand Down

0 comments on commit 1a9eaa4

Please sign in to comment.