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
There is an error in \Affirm\Telesales\Block\Adminhtml\Order\View::getReadCheckoutAPI, in line 268. $readCheckoutResponse is of type \Laminas\Http\Response, which doesn't have a getMessage method (and neither do its ancestors).
This leads to some orders failing to display in the admin order view if they happen to trigger this error branch (status > 200).
The text was updated successfully, but these errors were encountered:
Are we getting a fix for this issue? We are seeing the same getMessage error.
We were having an issue with an affirm order when entering a phone number with a dash (ex. 123-456789), but since the getMessage failed, we were unaware of the root cause.
There is an error in \Affirm\Telesales\Block\Adminhtml\Order\View::getReadCheckoutAPI, in line 268. $readCheckoutResponse is of type \Laminas\Http\Response, which doesn't have a getMessage method (and neither do its ancestors).
This leads to some orders failing to display in the admin order view if they happen to trigger this error branch (status > 200).
The text was updated successfully, but these errors were encountered: