Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | protected function getSalesOrderThresholdFormExpanderPlugins(): array |
||
25 | { |
||
26 | return [ |
||
27 | new GlobalHardThresholdFormExpanderPlugin(), |
||
28 | new GlobalSoftThresholdWithMessageFormExpanderPlugin(), |
||
29 | new GlobalSoftThresholdFixedFeeFormExpanderPlugin(), |
||
30 | new GlobalSoftThresholdFlexibleFeeFormExpanderPlugin(), |
||
31 | new GlobalHardMaximumThresholdFormExpanderPlugin(), |
||
32 | ]; |
||
35 |