Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public function allowed(): array |
||
21 | { |
||
22 | return [ |
||
23 | // Strange BUG here on Resova side, possible to send only 1 (one) quantity item per request |
||
24 | // TODO: Report about this ^^^ to Resova support |
||
25 | 'quantities' => 'array[Quantity]', // The quantities of item pricing categories. Pass an array of objects. |
||
26 | ]; |
||
29 |