mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🎨 Add missing semicolon
This commit is contained in:
parent
c1a3ff4814
commit
ff40717c69
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ class GooglepayButton extends PaymentButton {
|
|||
|
||||
await widgetBuilder.paypal
|
||||
.Googlepay()
|
||||
.initiatePayerAction( { orderId: orderID } )
|
||||
.initiatePayerAction( { orderId: orderID } );
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue