mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🚧 Add css-class to style the payment button
Used by the parent class
This commit is contained in:
parent
39b9c784d4
commit
3c03c2ce3b
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ class ApplePayButton extends PaymentButton {
|
|||
*/
|
||||
static methodId = PaymentMethods.APPLEPAY;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
static cssClass = 'ppcp-button-applepay';
|
||||
|
||||
/**
|
||||
* Context describes the button's location on the website and what details it submits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue