mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Make branded experience path constants public
This commit is contained in:
parent
1e35965761
commit
ff6a96efb9
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ namespace WooCommerce\PayPalCommerce\Settings\Service\BrandedExperience;
|
||||||
* Class that includes detection logic for Branded Experience.
|
* Class that includes detection logic for Branded Experience.
|
||||||
*/
|
*/
|
||||||
class ActivationDetector {
|
class ActivationDetector {
|
||||||
const CORE_PROFILER = 'core-profiler';
|
public const CORE_PROFILER = 'core-profiler';
|
||||||
const PAYMENT_SETTINGS = 'payment-settings';
|
public const PAYMENT_SETTINGS = 'payment-settings';
|
||||||
const DIRECT = 'direct';
|
public const DIRECT = 'direct';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detects from which path the plugin was installed.
|
* Detects from which path the plugin was installed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue