Skip to content

Commit

Permalink
- Changed XML select itemPath
Browse files Browse the repository at this point in the history
- Removed debug info
  • Loading branch information
crodas committed Feb 16, 2010
1 parent 88d39c4 commit 7623935
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shipping/shipping.usps.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<sampleQuery>select * from {table} where orig_zip='60606' and dest_zip = '01452' and weight='17' and api_id = "1234567";</sampleQuery> <sampleQuery>select * from {table} where orig_zip='60606' and dest_zip = '01452' and weight='17' and api_id = "1234567";</sampleQuery>
</meta> </meta>
<bindings> <bindings>
<select itemPath="RateV2Response.Package.Postage.Rate" produces="XML"> <select itemPath="RateV2Response.Package.Postage" produces="XML">
<urls> <urls>
<url>http://production.ShippingAPIs.com/ShippingAPI.dll</url> <url>http://production.ShippingAPIs.com/ShippingAPI.dll</url>
</urls> </urls>
Expand Down Expand Up @@ -46,7 +46,6 @@
html = html.substr(i); html = html.substr(i);
} }
xml = XML(html); xml = XML(html);
y.log(xml);
response.object = xml response.object = xml
]]> ]]>
Expand Down

0 comments on commit 7623935

Please sign in to comment.