mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +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
|
await widgetBuilder.paypal
|
||||||
.Googlepay()
|
.Googlepay()
|
||||||
.initiatePayerAction( { orderId: orderID } )
|
.initiatePayerAction( { orderId: orderID } );
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue