File "constants.js"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-settings/resources/js/data/constants.js
File size: 288 bytes
MIME-type: text/plain
Charset: utf-8

export const NAMESPACE = '/wc/v3/wc_paypal';
export const STORE_NAME = 'wc/paypal';

export const BUSINESS_TYPES = {
	CASUAL_SELLER: 'casual_seller',
	BUSINESS: 'business',
};

export const PRODUCT_TYPES = {
	VIRTUAL: 'virtual',
	PHYSICAL: 'physical',
	SUBSCRIPTIONS: 'subscriptions',
};