🎨 Add missing semicolon

This commit is contained in:
Philipp Stracker 2025-03-04 14:38:50 +01:00
parent c1a3ff4814
commit ff40717c69
No known key found for this signature in database

View file

@ -867,7 +867,7 @@ class GooglepayButton extends PaymentButton {
await widgetBuilder.paypal
.Googlepay()
.initiatePayerAction( { orderId: orderID } )
.initiatePayerAction( { orderId: orderID } );
};
/**