mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-06 00:09:24 +03:00
Fix docs typo (#375)
This commit is contained in:
parent
8ebaa6676f
commit
bc928c395b
@ -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…
x
Reference in New Issue
Block a user