UPS icon indicating copy to clipboard operation
UPS copied to clipboard

UPS (United Parcel Service) PHP API

Results 4 UPS issues
Sort by recently updated
recently updated
newest added

I tried to fix build_location function to correctly process array argument. Please let me know what do you think.

Class Ups_Live_Rates has functions for setting destination and origin. These 2 functions are based on the `build_location()` method. You can pass just zipcode string (for US) or more detailed address...

I was trying to run code from read.me but this link `$rate = $Ups->get_rate($destination, $packages);` returns NULL all the time. It looks like get_rate function is not accessible from Ups...

the code simply is not working, I tried with codeigniter, regular php and all the same. it's always returning null. same example you posted I have been using. and only...