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