mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
/**
|
|
* Constants: Define store configuration values.
|
|
*
|
|
* @file
|
|
*/
|
|
|
|
export const STORE_NAME = 'wc/paypal/todos';
|
|
export const REST_PATH = '/wc/v3/wc_paypal/todos';
|