mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove the redundant async
This commit is contained in:
parent
4b8843d93d
commit
525fee7edd
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class GooglepayButton {
|
||||||
/**
|
/**
|
||||||
* Show Google Pay payment sheet when Google Pay payment button is clicked
|
* Show Google Pay payment sheet when Google Pay payment button is clicked
|
||||||
*/
|
*/
|
||||||
async onButtonClick() {
|
onButtonClick() {
|
||||||
this.log('onButtonClick', this.context);
|
this.log('onButtonClick', this.context);
|
||||||
|
|
||||||
const paymentDataRequest = this.paymentDataRequest();
|
const paymentDataRequest = this.paymentDataRequest();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue