mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Pass the publish button classname
This commit is contained in:
parent
dabdbb632a
commit
fea34e016f
2 changed files with 713 additions and 430 deletions
1134
composer.lock
generated
1134
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -114,6 +114,7 @@ class PayLaterConfiguratorModule implements ModuleInterface {
|
|||
'config' => $config_factory->from_settings( $settings ),
|
||||
'merchantClientId' => $settings->get( 'client_id' ),
|
||||
'partnerClientId' => $c->get( 'api.partner_merchant_id' ),
|
||||
'publishButtonClassName' => 'ppcp-paylater-configurator-publishButton',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue