Closed czmole closed 2 years ago
Same case for PackagingType I have included this is in the PR above If can not be merged - was it moved to a different place or how should be used? Thank you!
Hi @czmole Please see the explanation here: https://github.com/JeremyDunn/php-fedex-api-wrapper/issues/200
Are you actually using this class to construct a request to the API?
Hi, @JeremyDunn
Yes, we are using it to detect shipment type and residential status based on some business logic and flags in DB.
First when we noticed that is missing we switch to using some other class that was still there and was having the same constants defined but felt strange to do such things so we switched to v6.0.1 for now.
Ok, I'm going to revert my latest commit which removed these files and tag a new patch release. SimpleType/ServiceType
hasn't been part of ShipService since it was updated in 2020, so the next major release of this project will remove this class and others.
History for _wsdl folder: https://github.com/JeremyDunn/php-fedex-api-wrapper/commits/da74af7dc27500e8210e4b4c7de75e2931d5bf6e/src/FedEx/_wsdl
ShipService v23 with SimpleType/ServiceType: https://github.com/JeremyDunn/php-fedex-api-wrapper/blob/1d8bf5fe886f8db7d9ff30f09dc3791b8bf48edf/src/FedEx/_wsdl/ShipService_v23.wsdl#L4163
Current ShipService (v28) without SimpleType/ServiceType: https://github.com/JeremyDunn/php-fedex-api-wrapper/blob/main/src/FedEx/_wsdl/ShipService_v28.wsdl
Ok, I reverted my commit which removed these files and created a new 6.0.3 release.
@JeremyDunn
Fedex replaced
INTERNATIONAL_PRIORITY
with FEDEX_INTERNATIONAL_PRIORITY
and
INTERNATIONAL_PRIORITY_EXPRESS
with FEDEX_INTERNATIONAL_PRIORITY_EXPRESS
Hello,
Any reason why class FedEx\ShipService\SimpleType\ServiceType was removed in the last version ? Or is a bug?