|
|
@@ -44,7 +44,7 @@ copy the file `env.sample` and rename it `.env`. then update its content accordi
|
|
|
- important: use keys generated from Test mode while working on the website
|
|
|
|
|
|
- `NOWPAYMENTS_API_KEY`: NOWPayments API key
|
|
|
-- `NOWPAYMENTS_SANDBOX_IPN`: NOWPayments IPN
|
|
|
+- `NOWPAYMENTS_IPN`: NOWPayments IPN
|
|
|
- `NOWPAYMENTS_SANDBOX_API_KEY`: NOWPayments Sandbox API key
|
|
|
- `NOWPAYMENTS_SANDBOX_IPN`: NOWPayments Sandbox IPN
|
|
|
|
|
|
@@ -185,4 +185,4 @@ Tests are using pytest and playwright for browser automation. To run the tests m
|
|
|
|
|
|
`pytest tests/` will run all the tests from the folder. To run specific tests you need to point pytest path to your test set.
|
|
|
|
|
|
-To test email functionality make sure to include MAIL_TO_TEST variable in .env. This will be an email that will be getting test messages.
|
|
|
+To test email functionality make sure to include MAIL_TO_TEST variable in .env. This will be an email that will be getting test messages.
|