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
In some cases, the value $result['payment'][0]['paypal']['paymentStatus'] is not defined, which leads to sending a Forter API request with a value null what is led to issues in making decisions.
In some cases, the value
$result['payment'][0]['paypal']['paymentStatus']
is not defined, which leads to sending a Forter API request with a value null what is led to issues in making decisions.forter-magento2/Plugin/Thirdparty/Adyen/RequestBuilder/Order.php
Line 202 in a5c603c
Could you use default the value from $payment->getAdditionalInformation() as the default payment status?
The text was updated successfully, but these errors were encountered: