Use urls from env values in pw

This commit is contained in:
Alex P 2023-05-29 10:46:35 +03:00
parent 4b3c16ebaf
commit b556841562
No known key found for this signature in database
GPG key ID: 54487A734A204D71
2 changed files with 10 additions and 5 deletions

View file

@ -13,6 +13,8 @@ BLOCK_CART_URL="/cart-block"
PRODUCT_URL="/product/prod"
PRODUCT_ID=123
SUBSCRIPTION_URL="/product/sub"
WP_MERCHANT_USER="admin"
WP_MERCHANT_PASSWORD="admin"