mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-28 03:09:16 +08:00
12 lines
185 B
JavaScript
12 lines
185 B
JavaScript
/**
|
|
* Constants: Field source tracking store.
|
|
*
|
|
* @file
|
|
*/
|
|
|
|
/**
|
|
* Name of the field source tracking store.
|
|
*
|
|
* @type {string}
|
|
*/
|
|
export const STORE_NAME = 'wc/paypal/tracking';
|