We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63971 commit 8ce8ff4Copy full SHA for 8ce8ff4
example_list.php
@@ -202,7 +202,7 @@
202
'docLink' => 'https://ypmn.ru/ru/documentation/#tag/widget-integration',
203
'link' => '',
204
],
205
- 'createWebhook' => [
+ 'webhookProcessing' => [
206
'name' => 'Обработка вебхука',
207
'about' => 'В этом примере показана обработка вебхука IPN',
208
'docLink' => 'https://ypmn.ru/ru/documentation/#tag/webhooks',
src/Examples/createWebhook.php src/Examples/webhookProcessing.phpsrc/Examples/createWebhook.php renamed to src/Examples/webhookProcessing.php
@@ -1,7 +1,7 @@
1
<?php
2
3
/**
4
- * createWebhook.php
+ * webhookProcessing.php
5
*
6
* На адрес этого файла будет приходить вебхук IPN
7
* Чтобы изменить адрес, отредактируйте параметр URL на странице
@@ -11,7 +11,6 @@
11
12
declare(strict_types=1);
13
14
-use Ypmn\PaymentException;
15
use Ypmn\Webhook;
16
17
// Создадим обработчик вебхука
0 commit comments