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
I get PHP Catchable fatal error: Object of class stdClass could not be converted to string in lib/CybsSoapClient.php on line 89
This is because the street2 field has no data. Removing that field causes the request to succeed.
Expected behavior:
the request will succeed even with an empty field.
The text was updated successfully, but these errors were encountered:
Observed behavior:
with a billTo block in an XML request like this:
I get
PHP Catchable fatal error: Object of class stdClass could not be converted to string in lib/CybsSoapClient.php on line 89
This is because the
street2
field has no data. Removing that field causes the request to succeed.Expected behavior:
the request will succeed even with an empty field.
The text was updated successfully, but these errors were encountered: