woocommerce-paypal-payments/.env.e2e.example
2023-02-27 11:39:30 +01:00

10 lines
230 B
Text

PPCP_E2E_WP_DIR=${ROOT_DIR}/.ddev/wordpress
BASEURL="http://example.com"
CUSTOMER_EMAIL="customer@example.com"
CUSTOMER_PASSWORD="password"
CREDIT_CARD_NUMBER="1234567890"
CREDIT_CARD_EXPIRATION="01/2042"
CREDIT_CARD_CVV="123"