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
Is it correct that this does not work and I need to add the existing attributes as well? I now merge the existing address array with my new_attributes array. Is that how I should do it?
Mark
The text was updated successfully, but these errors were encountered:
Hi there,
In the documentation I see the following code for updating an existing address:
$post->updateAddress($address, $new_attributes);
So I added a variable to update the street address. Like this:
Is it correct that this does not work and I need to add the existing attributes as well? I now merge the existing address array with my new_attributes array. Is that how I should do it?
Mark
The text was updated successfully, but these errors were encountered: