Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
robokassa.php
1<?php
2
4
7
9{
13 public function configureActions()
14 {
15 return [
16 'delete' => [
17 'prefilters' => [
19 ],
20 ],
21 'getRegisterComponent' => [
22 'prefilters' => [
24 ],
25 ],
26 ];
27 }
28
39 public function deleteAction(): void
40 {
42 }
43
54 public function getRegisterComponentAction(): Main\Engine\Response\Component
55 {
57 'bitrix:sale.paysystem.registration.robokassa',
58 '.default'
59 );
60 }
61}