woocommerce-paypal-payments/.env.e2e.example

11 lines
257 B
Text
Raw Normal View History

2022-06-15 21:37:10 +03:00
PPCP_E2E_WP_DIR=${ROOT_DIR}/.ddev/wordpress
2023-02-28 09:44:44 +01:00
BASEURL="https://woocommerce-paypal-payments.ddev.site"
CUSTOMER_EMAIL="customer@example.com"
CUSTOMER_PASSWORD="password"
CREDIT_CARD_NUMBER="1234567890"
CREDIT_CARD_EXPIRATION="01/2042"
CREDIT_CARD_CVV="123"