Closed onlymaj closed 6 years ago
Please open a support ticket with FedEx web services and send them the raw SOAP request.
Call ->getSoapClient()->__getLastRequest()
on your Request object after you've made the request to get the raw soap data.
You can also call ->toArray()
on your instance of ProcessShipmentRequest
to get the same data sent to the php SoapClient
for the request.
I'm trying to add a special service for Fedex API as an email notification . I go through the classes in the wrapper but i face to "Invalid language code for event notification 1" error code . here's my code :
But i think
localization
part doesn't apply to the final codes at All. Any idea would be appreciable .