Closed MURL1DHAR closed 2 years ago
My understanding is CreatePendingShipmentRequest
is same as CreateOpenShipmentRequest
. See https://github.com/JeremyDunn/php-fedex-api-wrapper/blob/d7a66346c5eef5977a407c0fc52dea5edbd26840/src/FedEx/_wsdl/OpenshipService_v15.wsdl#L15 . The code seems generated from wsdl.
Any update?
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.
I tried to run one of the examples (https://github.com/JeremyDunn/php-fedex-api-wrapper/blob/master/examples/create-pending-shipment.php) of creating a pending shipment request in Laravel.
But php throws an error: 'Class 'FedEx\ShipService\ComplexType\CreatePendingShipmentRequest' not found'. I myself tried to find the class in the src folder but it seems to be missing. Can you update the library with the missing file?