Closed kashy96 closed 1 year ago
Above is my request with the signature option. I have attached my code below:
//Add signature section $signatureOption = new ShipComplexType\SignatureOptionDetail(); $specialServicesRequested = new ShipComplexType\ShipmentSpecialServicesRequested(); $specialServicesRequested->setSpecialServiceTypes([$signatureOption->setOptionType(ShipSimpleType\SignatureOptionType::_DIRECT)]); $requestedShipment->setSpecialServicesRequested($specialServicesRequested);
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Above is my request with the signature option. I have attached my code below: