File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ docker compose up --detach
6161
6262##### 9. [ Страница после оплаты] ( src/Examples/returnPage.php )
6363
64+ ##### 10. Подключение продавцов
65+ 1 . [ Подключение продавца-организации (отправка анкеты)] ( src/Examples/qstCreateOrg.php )
66+ 2 . [ Подключение продавца-ИП (отправка анкеты)] ( src/Examples/qstCreateIp.php )
67+ 3 . [ Получение статуса анкеты] ( src/Examples/qstStatus.php )
68+ 4 . [ Печать анкеты] ( src/Examples/qstPrint.php )
69+ 5 . [ Список анкет] ( src/Examples/qstList.php )
70+
6471## Ссылки
6572- [ НКО «Твои Платежи»] ( https://YPMN.ru/ )
6673- [ Докуметация API] ( https://ypmn.ru/ru/documentation/ )
Original file line number Diff line number Diff line change 137137 'link ' => '' ,
138138 ],
139139 'qstCreateOrg ' => [
140- 'name ' => 'Подключение продавца-организации по API (отправка анкеты) ' ,
140+ 'name ' => 'Подключение продавца-организации (отправка анкеты) ' ,
141141 'about ' => 'В этом примере показана реализация отправки анкеты подключаемого продавца-организации на проверку в YPMN. ' ,
142142 'docLink ' => 'https://ypmn.ru/ru/documentation/#tag/qst-api/paths/~1v4~1qst~1create/post ' ,
143143 'link ' => '' ,
144144 ],
145145 'qstCreateIp ' => [
146- 'name ' => 'Подключение продавца-ИП по API (отправка анкеты) ' ,
146+ 'name ' => 'Подключение продавца-ИП (отправка анкеты) ' ,
147147 'about ' => 'В этом примере показана реализация отправки анкеты подключаемого продавца-ИП на проверку в YPMN. ' ,
148148 'docLink ' => 'https://ypmn.ru/ru/documentation/#tag/qst-api/paths/~1v4~1qst~1create/post ' ,
149149 'link ' => '' ,
You can’t perform that action at this time.
0 commit comments