🚧 Add css-class to style the payment button

Used by the parent class
This commit is contained in:
Philipp Stracker 2024-10-07 12:01:26 +02:00
parent 39b9c784d4
commit 3c03c2ce3b
No known key found for this signature in database

View file

@ -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.