After the changes on V9 of main payment module, it was seen that Google Pay express couldn't redirect shopper to success page. The issue was main module couldn't fetch the quoteId from quote object on product detail page. Because, quote object is not available at that moment.
This PR applies the fix 2462 to express module repository.
Tested scenarios
Tested Googlepay payment on product, cart and minicart view.
Summary
After the changes on V9 of main payment module, it was seen that Google Pay express couldn't redirect shopper to success page. The issue was main module couldn't fetch the
quoteId
fromquote
object on product detail page. Because,quote
object is not available at that moment.This PR applies the fix 2462 to express module repository.
Tested scenarios