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
Hi Al-fallouji,
Thank you for providing this, its been extremely helpful!
I ran into an issue while using the ShipmentValidateRequest object. Whenever I try to convert this object into XML, I get an XML piece element placed in another XML piece element.The XML in question. I am using the ShipmentValidateRequest located in Entity/AM folder.
@suriyabaskaran In the ShipmentDetails.php, just change the Pieces parameter type to accept a Piece object instead of a Pieces object. Its not a great fix but it seemed to do the trick for me.
Hi Al-fallouji,
Thank you for providing this, its been extremely helpful!
I ran into an issue while using the ShipmentValidateRequest object. Whenever I try to convert this object into XML, I get an XML piece element placed in another XML piece element.The XML in question. I am using the ShipmentValidateRequest located in Entity/AM folder.
the code in question I'm using to add pieces to the object:
I don't know if its an issue with the toXML function that your client is using, or if its another issue. Any help would be appreciated.
Thank you for your time,
Jason
The text was updated successfully, but these errors were encountered: