mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
🚧 Remove obsolete attributes
Those have moved to the parent class
This commit is contained in:
parent
3c03c2ce3b
commit
3180c2933c
1 changed files with 0 additions and 13 deletions
|
@ -75,19 +75,7 @@ class ApplePayButton extends PaymentButton {
|
|||
*/
|
||||
static cssClass = 'ppcp-button-applepay';
|
||||
|
||||
/**
|
||||
* Context describes the button's location on the website and what details it submits.
|
||||
*
|
||||
* @type {''|'product'|'cart'|'checkout'|'pay-now'|'mini-cart'|'cart-block'|'checkout-block'|'preview'}
|
||||
*/
|
||||
context = '';
|
||||
|
||||
externalHandler = null;
|
||||
buttonConfig = null;
|
||||
ppcpConfig = null;
|
||||
paymentsClient = null;
|
||||
formData = null;
|
||||
contextHandler = null;
|
||||
updatedContactInfo = [];
|
||||
selectedShippingMethod = [];
|
||||
|
||||
|
@ -193,7 +181,6 @@ class ApplePayButton extends PaymentButton {
|
|||
}
|
||||
|
||||
super.init();
|
||||
this.log( 'Init' );
|
||||
this.initEventHandlers();
|
||||
|
||||
this.applePayConfig = config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue