taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

ISSUE-Telephone-Number-Missing After Logged In #290

Closed sanchit-redmonks closed 2 years ago

sanchit-redmonks commented 2 years ago

Context

Shipping telephone is empty once customer choose suggested address after logged in

Description

Once customer logged in to his/her account and choose the existing shipping address and then select the taxjar suggested address. On the checkout payment page telephone number not showing and payment gateway does not allow the user make payment without telephone.

1 2 3

Environment

Magento 2.4.3 Taxjar Module 1.9.1

Fix

I have added a check in the suggested_address_checkout_step.js file to validate originalAddress.telephone if empty and now it is working fine.

sethobey commented 2 years ago

@sanchit-redmonks Thank you for contributing!