2021-03-19 16:40:04 +00:00
|
|
|
export const base_url = __ENV.URL || 'http://localhost:8084';
|
|
|
|
export const base_host = __ENV.HOST || 'localhost:8084';
|
|
|
|
|
|
|
|
export const addresses_customer_billing_first_name = 'John';
|
|
|
|
export const addresses_customer_billing_last_name = 'Doe';
|
|
|
|
export const addresses_customer_billing_company = 'Automattic';
|
|
|
|
export const addresses_customer_billing_country = 'US';
|
|
|
|
export const addresses_customer_billing_address_1 = 'addr 1';
|
|
|
|
export const addresses_customer_billing_address_2 = 'addr 2';
|
|
|
|
export const addresses_customer_billing_city = 'San Francisco';
|
|
|
|
export const addresses_customer_billing_state = 'CA';
|
|
|
|
export const addresses_customer_billing_postcode = '94107';
|
|
|
|
export const addresses_customer_billing_phone = '123456789';
|
|
|
|
export const addresses_customer_billing_email = 'john.doe@example.com';
|
|
|
|
|
|
|
|
export const payment_method = 'cod';
|
|
|
|
|
|
|
|
export const product_sku = 'woo-beanie';
|
|
|
|
export const product_url = 'beanie';
|
2021-03-19 16:58:02 +00:00
|
|
|
export const product_id = '13';
|
2021-04-30 11:10:10 +00:00
|
|
|
|
|
|
|
export const think_time_min = '1';
|
|
|
|
export const think_time_max = '4';
|