You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoMethodError: undefined method `body' for #<Hash:0x00007f83c0310fd8>
from solidus_avatax_certified/response/base.rb:13:in `result'
from tax_svc.rb:49:in `handle_response'
from tax_svc.rb:43:in `validate_address'
from solidus_avatax_certified/address.rb:53:in `validation_response'
from solidus_avatax_certified/address.rb:46:in `validate'
from models/solidus_avatax_certified/spree/order_decorator.rb:47:in `validate_ship_address'
I have not been able to reproduce it again as it seems related to an error being raised from avatax api that is no longer happening. From what I can see, validate_address is trapping the exception and changing the request to point at a Hash.
Ran into this error:
I have not been able to reproduce it again as it seems related to an error being raised from avatax api that is no longer happening. From what I can see, validate_address is trapping the exception and changing the request to point at a Hash.
Then handle_response calls
response.result
This calls faraday.body but now faraday is pointing at a Hash and we get this error:
Let me know if this makes sense. Thx.
The text was updated successfully, but these errors were encountered: