feat: configure webhook

This commit is contained in:
2023-07-19 21:20:59 +02:00
parent e80e75cb8c
commit 44e9315706
7 changed files with 65 additions and 9 deletions

View File

@@ -38,6 +38,9 @@ The application uses the following environment variables:
MAIL_USER, MAIL_PASSWORD, MAIL_HOST, MAIL_PORT, MAIL_FROM, MAIL_TEMPLATES_DIR: Configuration for the mail service.
```
### Webhook configuration
If you want some http endpoint to be called by **POST** you have to set up `WEBHOOK_URL` as environment variable with absolute URL of your endpoint. After payment is completed by client, order will be send through http `POST`.
## Dependencies
The application uses several external packages: