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
In the js console there is an error: TypeError: addrs.isDefaultBilling is not a function (checkout-data-resolver.js:248:31)
In the file vendor/smile/module-store-delivery/view/frontend/web/js/model/store-address.js there does not seem to be a function called isDefaultBilling. When i add the function and let it return false, the error disappears from my console and i am able to proceed with entering my billing details.
Tested with a not logged in customer, checkout functions as expected, a order can be placed. I have not tested this with logged in customers.
The text was updated successfully, but these errors were encountered:
Preconditions
Magento Version : 2.2.9
Module Versions :
Environment : Developer
Steps to reproduce
With a not logged in customer
Expected result
Actual result
TypeError: addrs.isDefaultBilling is not a function (checkout-data-resolver.js:248:31)
In the file
vendor/smile/module-store-delivery/view/frontend/web/js/model/store-address.js
there does not seem to be a function called isDefaultBilling. When i add the function and let it return false, the error disappears from my console and i am able to proceed with entering my billing details.Tested with a not logged in customer, checkout functions as expected, a order can be placed. I have not tested this with logged in customers.
The text was updated successfully, but these errors were encountered: