JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

array to string conversion when passing direct signature required? #216

Closed kashy96 closed 1 year ago

kashy96 commented 1 year ago

image

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);
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.