Add create subscription e2e test

This commit is contained in:
Emili Castells Guasch 2023-02-28 17:00:24 +01:00
parent c1d7d30f04
commit 8ceb7e0664
3 changed files with 75 additions and 6 deletions

View file

@ -2,6 +2,11 @@ PPCP_E2E_WP_DIR=${ROOT_DIR}/.ddev/wordpress
BASEURL="https://woocommerce-paypal-payments.ddev.site"
AUTHORIZATION="Bearer ABC123"
WP_MERCHANT_USER="admin"
WP_MERCHANT_PASSWORD="admin"
CUSTOMER_EMAIL="customer@example.com"
CUSTOMER_PASSWORD="password"