My favorites
▼
|
Sign in
substruct
Open-source Ruby on Rails E-Commerce
Project Home
Downloads
Wiki
Issues
Source
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
70
attachment: dont_reference_fedex_code.patch
(783 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/models/order.rb
===================================================================
--- /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/models/order.rb (revision 116)
+++ /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/models/order.rb (working copy)
@@ -260,7 +260,7 @@
xml << " <city>#{address.city}</city>\n"
xml << " <state>#{address.state}</state>\n"
xml << " <zip>#{address.zip}</zip>\n"
- xml << " <countryCode>#{address.country.fedex_code}</countryCode>\n"
+ xml << " <countryCode>#{address.country.code}</countryCode>\n"
xml << " <telephone>#{address.telephone}</telephone>\n"
xml << " </shippingAddress>\n"
# Items
Powered by
Google Project Hosting