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

Class 'CreatePendingShipmentRequest' not found #100

Closed MURL1DHAR closed 2 years ago

MURL1DHAR commented 5 years ago

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?

harikt commented 4 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.

ThomasVeld commented 3 years ago

Any update?

github-actions[bot] commented 2 years ago

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

github-actions[bot] commented 2 years ago

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