@@ -115,7 +115,7 @@ |
||
115 | 115 | $this->transactionStatusHandler = $transactionStatusHandler; |
116 | 116 | |
117 | 117 | // Fix for Magento 2.3 CsrfValidator and backwards-compatibility to prior Magento 2 versions |
118 | - if(interface_exists("\Magento\Framework\App\CsrfAwareActionInterface")) { |
|
118 | + if (interface_exists("\Magento\Framework\App\CsrfAwareActionInterface")) { |
|
119 | 119 | $request = $this->getRequest(); |
120 | 120 | if ($request instanceof Http && $request->isPost()) { |
121 | 121 | $request->setParam('ajax', true); |