Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PaymentRequest: Fix a bug that an email gets lost when saving an address
Before this patch, there is a bug which overwrites the email data with an empty value when the address saved from the setting's editor is modified on the payment sheet's address editor. This issue occurs when clearing the existing address fields before saving modified data. Other fields are set to new values but email field isn't. Because there is no email field on payment address. So, this patch makes the email data retained instead of clearing the data. Bug: 972071 Change-Id: Ic326f881685042b0752a522611bfe92d651df54d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652393 Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#667971}
- Loading branch information