mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Remove not needed code.
This commit is contained in:
parent
3b4bab512f
commit
94b92d8434
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ class ApplepayButton {
|
|||
/**
|
||||
* Show Apple Pay payment sheet when Apple Pay payment button is clicked
|
||||
*/
|
||||
async onButtonClick(data, actions) {
|
||||
async onButtonClick() {
|
||||
this.log('onButtonClick', this.context);
|
||||
|
||||
const paymentRequest = this.paymentRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue