bambora / checkout-magento-v2.x

Bambora Online - Magento 2
https://www.bambora.com/sv/se/betalningslosningar/
3 stars 13 forks source link

Issue with Fraud Fighter #13

Closed PGLDK closed 7 years ago

PGLDK commented 7 years ago

If a payment goes "In red" with fraud fighter, it returns the order in Magento with "Possible fraud" and locks the order so you cant cancel, invoice or ship.

AllanWLie commented 7 years ago

Hi @PGLDK

We have found an error in this line: https://github.com/bambora/bambora-online-magento-v2.x/blob/master/Controller/AbstractActionController.php#L282

Please change $order->setState(Order::STATE_PAYMENT_REVIEW);

TO: $order->setState(Order::STATE_PROCESSING);

We will fix this in the next release

AllanWLie commented 7 years ago

Sorry but we do not know any way to change the state of these.

AllanWLie commented 7 years ago

The issue is now fixed in the newest release. Please read the release changelog