Line 1 Address error upon upgrading to 9.7
-
Upon upgrading to version 9.7, new users are unable to complete the checkout process. Upon entering all requisite shipping and billing information, when following error is returned for new customers shortly after the system automatically creates their account on woocommerce ” (woo is configured to automatically create an account is one does not yet exist). Payment failed: Missing required customer field: address->line1 Order status changed from Pending payment to Failed.”
Upon examining the stripe dashboard, the payment intent from the transaction is never passed to stripe for authentication, not is the customer created in stripe. The order does appear in woo but with a ‘failed’ status. The address information does appear in the failed order as well as the customer information in woo that is created upon clicking the submit button. It is as if the information is not parsed to the payment instructions after the customer creation in woo.
We rolled back the version to 9.6 so we can continue taking orders, and it works fine so something was introduced in version 9.7 that creates this issue.
The topic ‘Line 1 Address error upon upgrading to 9.7’ is closed to new replies.