spree_address_book
spree_address_book copied to clipboard
Ensure that the other address is always new
If a user clicks the radio button to enter another address, this form was prefilled by spree default address for this user. This is NOT what we want. We want the address to always to be fresh.
Otherwise in conjuntion with the Spree::UserAdress
module the preferred bill and shipping will be updated by the new address.
We almost always want to create a new temporary address, only when a validation error occurs we want to render the entered address.
Can anyone merge this one?