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
Hello
We have authorize.net like main extension for payment in Magento 2 web shop. It is working good but in some cases we have success transactions and then error on processing orders. After checking logs found next information:
[2019-07-09 13:32:26] main.CRITICAL: The input data of type "boolean" did not convert to an array, but got a result of type "boolean". {"exception":"[object] (JMS\Serializer\Exception\RuntimeException(code: 0): The input data of type "boolean" did not convert to an array, but got a result of type "boolean". at /home/user/www/vendor/jms/serializer/src/JMS/Serializer/Serializer.php:136, JMS\Serializer\Exception\RuntimeException(code: 0): Invalid datetime "0001/01/01", expected format Y-m-d. at /home/user/www/vendor/jms/serializer/src/JMS/Serializer/Handler/DateHandler.php:172)"}
Looks like some issue with dates values in SDK library and related modules.
Could you please help to find out cause of this issue and possible solution?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Issue still exists. Looks like error appear on deserialization of Get Transaction Details request. Place transaction request is working fine and have log about success but after get transaction details request error described above still appear. Interesting is that error appear randomly not each time.
Hello
We have authorize.net like main extension for payment in Magento 2 web shop. It is working good but in some cases we have success transactions and then error on processing orders. After checking logs found next information:
Looks like some issue with dates values in SDK library and related modules.
Could you please help to find out cause of this issue and possible solution?
Thank you in advance.
The text was updated successfully, but these errors were encountered: