Use "admin dummy client ID" when messaging is eligible

This commit is contained in:
Narek Zakarian 2022-11-09 17:57:52 +04:00
parent 0e653aa3df
commit 4d0adae73b
2 changed files with 16 additions and 1 deletions

View file

@ -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()