Remove the redundant async

This commit is contained in:
Daniel Dudzic 2024-07-15 10:58:03 +02:00
parent 4b8843d93d
commit 525fee7edd
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -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();