Method: Spree::UserAddressBook#bill_address_attributes=

Defined in:
app/models/concerns/spree/user_address_book.rb

#bill_address_attributes=(attributes) ⇒ Object



85
86
87
# File 'app/models/concerns/spree/user_address_book.rb', line 85

def bill_address_attributes=(attributes)
  self.bill_address = Spree::Address.immutable_merge(bill_address, attributes)
end