This commit is contained in:
paulcc 2009-07-13 12:59:16 +01:00
parent 74265c7525
commit 9c953bf1ae
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ module Spree::PaypalExpress
:zipcode => ship_address["zip"],
:phone => ship_address["phone"] || "(not given)"
if (state = State.find_by_name(ship_address["state"])
if (state = State.find_by_name(ship_address["state"]))
order_ship_address.state = state
else
order_ship_address.state_name = ship_address["state"]