mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Allow setting product url in .env.e2e
This commit is contained in:
parent
5a97bdfe87
commit
66d32229b7
2 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue