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 'm facing a issue in the shipping class
"DOMDocument::createElement(): Argument #2 ($value) must be of type string, Ups\Entity\Shipper given"
under gabrielbull\ups-api\src\Shipping.php
$shipperNode->appendChild($xml->createElement('ShipperNumber', $shipment->getShipper()->getShipperNumber()))
;
The text was updated successfully, but these errors were encountered:
Hello @Rud5G @thijsw @okj579 @MPiccinato @JREAM
I 'm facing a issue in the shipping class
"DOMDocument::createElement(): Argument #2 ($value) must be of type string, Ups\Entity\Shipper given"
under gabrielbull\ups-api\src\Shipping.php
$shipperNode->appendChild($xml->createElement('ShipperNumber', $shipment->getShipper()->getShipperNumber()))
;
The text was updated successfully, but these errors were encountered: