File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -180,9 +180,11 @@ public function execute(Observer $observer)
180
180
}
181
181
182
182
$ this ->logger ->addDebug ('|before last iff| ' );
183
+ $ this ->logger ->addDebug (strpos ($ paymentMethodCode , 'buckaroo_magento2 ' ) . "ALBINAA " );
184
+ $ this ->logger ->addDebug (strpos ($ paymentMethodCode , 'buckaroo_magento2 ' ) != false . "AAAAAAAAA " );
183
185
$ this ->logger ->addDebug (json_encode ($ order ) . '|ordeeeer info| ' );
184
186
$ this ->logger ->addDebug (json_encode ($ this ->isInvoiceCreatedAfterShipment ($ payment )) . '|is invoice created after shipment| ' );
185
- if (strpos ($ paymentMethodCode , 'buckaroo_magento2 ' ) !== false ) {
187
+ if (strpos ($ paymentMethodCode , 'buckaroo_magento2 ' ) != false ) {
186
188
$ this ->logger ->addDebug ('|inside last iff| ' );
187
189
$ this ->logger ->addDebug ($ paymentMethod ->getConfigPaymentAction () .'|config payment action| ' );
188
190
if ($ paymentMethod ->getConfigPaymentAction () == 'authorize ' ) {
You can’t perform that action at this time.
0 commit comments