PHP: FedEx shipping rates calculator updated
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.
2 Comments