-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
What steps will reproduce the problem?
1. getRate()
2.
3.
What is the expected output? What do you see instead?
the rate. instead I see 0
What version of the product are you using? On what operating system?
UPS-PHP-v0.2
Please provide any additional information below.
I'm implementing upsRate in a Symfony Framework Aplication I copy the
upsRate.php class into the LIB of Symfony project this include the class
automatically to my aplication. so I'm able to create the new upsRate object.
then I call to getRate module and return 0 and a notice telling that
RATEDSHIPMENT does not exist.
What is the problem?
Original issue reported on code.google.com by micky...@gmail.com on 25 Apr 2011 at 10:04