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

changing values cause error #94

Closed ccnkemdilim closed 5 years ago

ccnkemdilim commented 5 years ago

I made changes to values in recipients address and i got errors

$recipientAddress = new ComplexType\Address(); $recipientAddress ->setStreetLines(['125 Southam hall']) ->setCity('Ottawa') ->setStateOrProvinceCode('ON') ->setPostalCode('20171') ->setCountryCode('US');

I am not sure why this would give me "mismatch" errors

Please help

TheGr8 commented 5 years ago

You have a Canadian city and province but USA country code and postal code.