feat: configure webhook
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user