mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Use "admin dummy client ID" when messaging is eligible
This commit is contained in:
parent
0e653aa3df
commit
4d0adae73b
2 changed files with 16 additions and 1 deletions
|
@ -162,7 +162,7 @@ class WCGatewayModule implements ModuleInterface {
|
|||
$c->get( 'wcgateway.url' ),
|
||||
$c->get( 'ppcp.asset-version' ),
|
||||
$c->get( 'subscription.helper' ),
|
||||
$c->get( 'button.client_id' ),
|
||||
$c->get( 'button.client_id_for_admin' ),
|
||||
$c->get( 'api.shop.currency' ),
|
||||
$c->get( 'api.shop.country' ),
|
||||
$settings_status->is_pay_later_button_enabled()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue