Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "undefined method
new_record?
" for user addresses
Fixed an issue where `new_record?` was called on a non-existent address associated with an order object, leading to an "undefined method" error. The problem was identified as the loss of a newly built address after a page refresh, caused by the address selection process retrieving the address without assigning it to the order.
- Loading branch information