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
Steps to reproduce: add virtual product to cart -> go to checkout page and checkout
Result:
I can not checkout with virtual quote, js error occurs https://i.imgur.com/tyyAq7Z.png
Uncaught TypeError: Cannot read properties of null (reading 'getType')
at UiClass.fetchShippingRates (checkout.js:210:32)
at Object. (checkout.js:244:26)
at fire (jquery.js:3500:50)
at Object.fireWith [as resolveWith] (jquery.js:3630:29)
at done (jquery.js:9796:30)
at XMLHttpRequest. (jquery.js:10057:37)
Expected: No js error found and i will go nomarlly
The text was updated successfully, but these errors were encountered:
Steps to reproduce: add virtual product to cart -> go to checkout page and checkout
Result:
I can not checkout with virtual quote, js error occurs https://i.imgur.com/tyyAq7Z.png
Uncaught TypeError: Cannot read properties of null (reading 'getType')
at UiClass.fetchShippingRates (checkout.js:210:32)
at Object. (checkout.js:244:26)
at fire (jquery.js:3500:50)
at Object.fireWith [as resolveWith] (jquery.js:3630:29)
at done (jquery.js:9796:30)
at XMLHttpRequest. (jquery.js:10057:37)
Expected: No js error found and i will go nomarlly
The text was updated successfully, but these errors were encountered: