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.
state: '#{address.state.name}' in the payment view is undefined for Honk Kong addresses or other country with no state. Quick fix is to do state: '#{address.state ? address.state.name : ""}'.
The text was updated successfully, but these errors were encountered:
octave
changed the title
state: '#{address.state.name}' undefined for Hong Kong address
state: '#{address.state.name}' undefined for Hong Kong address (or countries with no states)
Aug 21, 2018
state: '#{address.state.name}'
in the payment view is undefined for Honk Kong addresses or other country with no state. Quick fix is to dostate: '#{address.state ? address.state.name : ""}'
.The text was updated successfully, but these errors were encountered: