-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello - I am investigating an issue on a website where some orders were not getting out of a pending state when approved by Riskified. I found that all of these orders were for a grand total of 0.00 (payment method free). Most of the orders on the store using free payment method appear to not be transmitted to Riskified at all, however for whatever reason a subset of the orders were being transmitted.
Other Fraud solutions like Signifyd have settings which can be used to 100% ensure orders with certain payment methods aren't submitted.
It seems like your connector should offer similar functionality.
I've only spent a limited amount of time reviewing the code of this module, but off hand it seems like such a check would likely go into this area of the code:
https://github.com/Riskified/magento2new/blob/v1.12.3/Model/Api/Order.php#L141