diff --git a/modules/ppcp-googlepay/resources/js/GooglepayButton.js b/modules/ppcp-googlepay/resources/js/GooglepayButton.js index 6660d4c76..b62b2d5ea 100644 --- a/modules/ppcp-googlepay/resources/js/GooglepayButton.js +++ b/modules/ppcp-googlepay/resources/js/GooglepayButton.js @@ -867,7 +867,7 @@ class GooglepayButton extends PaymentButton { await widgetBuilder.paypal .Googlepay() - .initiatePayerAction( { orderId: orderID } ) + .initiatePayerAction( { orderId: orderID } ); }; /**