Allow setting product url in .env.e2e

This commit is contained in:
Alex P 2023-03-22 11:24:48 +02:00
parent 5a97bdfe87
commit 66d32229b7
No known key found for this signature in database
GPG key ID: 54487A734A204D71
2 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,8 @@ PPCP_E2E_WP_DIR=${ROOT_DIR}/.ddev/wordpress
BASEURL="https://woocommerce-paypal-payments.ddev.site"
PRODUCT_URL="/product/prod"
CUSTOMER_EMAIL="customer@example.com"
CUSTOMER_PASSWORD="password"