RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

shipping rate service AttributeError #241

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
shipping rate service put to ups, ups shipment processor to sandbox

  Module ZPublisher.Publish, line 119, in publish
  Module ZPublisher.mapply, line 88, in mapply
  Module ZPublisher.Publish, line 42, in call_object
  Module Products.PloneGetPaid.browser.checkout, line 352, in __call__
  Module getpaid.wizard._wizard, line 38, in __call__
  Module getpaid.wizard._wizard, line 28, in update
  Module getpaid.wizard._wizard, line 263, in update
  Module Products.PloneGetPaid.browser.checkout, line 738, in update
  Module Products.PloneGetPaid.browser.checkout, line 725, in
setupShippingOptions
AttributeError: 'list' object has no attribute 'error'

What version of the product are you using? On what version of Plone? How
did you install it (tarball vs buildout vs...)?
PloneGetPaid 0.7.5 and getpaid.ups 0.3

Original issue reported on code.google.com by danielle...@gmail.com on 4 Apr 2009 at 6:52

GoogleCodeExporter commented 9 years ago
getRates doesn't return as prescribed in the IShippingMethodRate Interface an 
error
string as error but []

Original comment by danielle...@gmail.com on 4 Apr 2009 at 7:09