Algirdas Varnagiris


PHP: FedEx shipping rates calculator updated

Posted in Internet, PHP by Algirdas on the August 31st, 2007

One user was using my FedEx class and could not get rates for Ground service. I have just figured out what was the problem. First of all Ground and Home delivery are ground services and you must set Carrier code to FDXG.

$fedex->setCarrierCode(“FDXG”);

After this I found few bugs witch I fixed and now you can download updated FedEx class from this post.