mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-29 04:59:01 +08:00
8 lines
172 B
JavaScript
8 lines
172 B
JavaScript
/**
|
|
* Constants: Define store configuration values.
|
|
*
|
|
* @file
|
|
*/
|
|
|
|
export const STORE_NAME = 'wc/paypal/features';
|
|
export const REST_PATH = '/wc/v3/wc_paypal/features';
|