You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During handling Forter decisions often $paymentBaseAmountAuthorized is not set because $order->getPayment()->getBaseAmountAuthorized() returns null but at the same time $order->getPayment()->getAmountAuthorized() returns valid authorized amount.
During handling Forter decisions often
$paymentBaseAmountAuthorized
is not set because$order->getPayment()->getBaseAmountAuthorized()
returnsnull
but at the same time$order->getPayment()->getAmountAuthorized()
returns valid authorized amount.forter-magento2/Model/ActionsHandler/Approve.php
Line 83 in a309b29
Could you please check and improve the Approve Action handler?
The text was updated successfully, but these errors were encountered: