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
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
I'm testing the checkout with Braintree payment and running into this error as a German test customer. The state field of the address is nil, which is valid in this case (German addresses don't have a state):
`Showing /home/mntmn/.bundle/ruby/2.3.0/solidus_paypal_braintree-898eb2cad543/lib/views/frontend/spree/checkout/payment/_paypal_braintree.html.erb where line #40 raised:
undefined method name' for nil:NilClass
The offending line is:
state: '<%= address.state.name %>',
The text was updated successfully, but these errors were encountered:
I'm testing the checkout with Braintree payment and running into this error as a German test customer. The state field of the address is nil, which is valid in this case (German addresses don't have a state):
`Showing /home/mntmn/.bundle/ruby/2.3.0/solidus_paypal_braintree-898eb2cad543/lib/views/frontend/spree/checkout/payment/_paypal_braintree.html.erb where line #40 raised:
undefined method
name' for nil:NilClass
The offending line is:
state: '<%= address.state.name %>',
The text was updated successfully, but these errors were encountered: