| 1 | <?php |
||
| 25 | class ItemsProcFunc |
||
| 26 | { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @var PaymentService |
||
| 30 | */ |
||
| 31 | protected $paymentService; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * ItemsProcFunc constructor. |
||
| 35 | */ |
||
| 36 | public function __construct() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Itemsproc function for payment method select field |
||
| 43 | * |
||
| 44 | * @param array $config |
||
| 45 | */ |
||
| 46 | public function getPaymentMethods(array &$config) |
||
| 53 | |||
| 54 | } |
||
| 55 |