Skip to content

Commit

Permalink
Add attention message for webhook example
Browse files Browse the repository at this point in the history
  • Loading branch information
plakidan authored May 10, 2023
1 parent 64ed8c7 commit 5586f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ print_r($list);
```

### Отримання вебхуку:
> ЗАСТЕРЕЖЕННЯ!!!
> Обов'язково обгорніть обробку вебхука в try-catch, бо якщо ви відповісте НЕ 200 кодом, а веб-хуків буде багато - ваш IP може потрапити в тимчасовий бан (хз на скільки, в мене було на сутки)
```php
require_once 'vendor/autoload.php';

Expand Down

0 comments on commit 5586f9d

Please sign in to comment.