Просмотр исходного кода

doc/README: fix copy paste error

brid 1 год назад
Родитель
Сommit
d2cae2eb46
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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.