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
When updating a customer, the meta_data field (a JSON object) cannot be cleared.
Passing an empty PHP array ([]) to meta_data causes the SDK to throw an exception instead of sending {} to the API.
This makes it impossible to delete existing metadata on a customer.