mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Fix docs typo (#375)
This commit is contained in:
parent
8ebaa6676f
commit
bc928c395b
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ $timestamp = $_POST['timestamp'];
|
|||
$token = $_POST['token'];
|
||||
$signature = $_POST['signature'];
|
||||
|
||||
$mailgun = Maingun::create('my_api_key');
|
||||
$mailgun = Mailgun::create('my_api_key');
|
||||
$valid = $mailgun->webhooks()->verifyWebhookSignature($timestamp, $token, $signature);
|
||||
|
||||
if (!$valid) {
|
||||
|
|
Loading…
Add table
Reference in a new issue