jetsgit / spree_tax_cloud

Spree Interface for TaxCloud SOAP API
19 stars 32 forks source link

Attempting to add an item to the cart as a guest results in itemid error #65

Closed JDutil closed 10 years ago

JDutil commented 10 years ago
Problem:
  ItemID was not specified for Cart Item 0.
Summary:
  The TaxCloud server returned an error in the response: `{:lookup_response=>{:lookup_result=>{:response_type=>"Error", :messages=>{:response_message=>{:response_type=>"Error", :message=>"ItemID was not specified for Cart Item 0."}}, :cart_items_response=>nil}, :@xmlns=>"http://taxcloud.net"}}`
Resolution:
  Check the request parameters.
jetsgit commented 10 years ago

...as a guest. O.k.

JDutil commented 10 years ago

I think this is the same issue described here: https://github.com/spree-contrib/spree_tax_cloud/issues/3

jetsgit commented 10 years ago

@JDutil, believe this has been resolved, please re-open if you are still having issues