mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
export const BUSINESS_TYPES = {
|
|
CASUAL_SELLER: 'casual_seller',
|
|
BUSINESS: 'business',
|
|
};
|
|
|
|
export const PRODUCT_TYPES = {
|
|
VIRTUAL: 'virtual',
|
|
PHYSICAL: 'physical',
|
|
SUBSCRIPTIONS: 'subscriptions',
|
|
};
|