Skip to content

Commit

Permalink
Ensure Shoppers Are Able to Use Google Pay When WooPay Is Enabled (#9127
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lovo-h committed Aug 1, 2024
1 parent 131300d commit 803e736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/fix-9113-ece-google-pay-fails-with-woopay-enabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fix

Make Google Pay ECE compatible with WooPay.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ExpressCheckoutContainer = ( props ) => {
const { api, billing } = props;

const stripePromise = useMemo( () => {
return api.loadStripe();
return api.loadStripe( true );
}, [ api ] );

const options = {
Expand Down

0 comments on commit 803e736

Please sign in to comment.