For #24849: Fix saving phone and email values to an address.

pull/543/head
mcarare 2 years ago committed by mergify[bot]
parent 24acedf406
commit d0548ebab5

@ -53,8 +53,8 @@ class AddressEditorView(
addressLevel1 = "",
postalCode = binding.zipInput.text.toString(),
country = "",
tel = binding.phoneInput.toString(),
email = binding.emailInput.toString()
tel = binding.phoneInput.text.toString(),
email = binding.emailInput.text.toString()
)
)
}

Loading…
Cancel
Save