| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class MerchantCommissionConfig extends SprykerMerchantCommissionConfig |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var list<string> |
||
| 16 | */ |
||
| 17 | protected const EXCLUDED_MERCHANTS_FROM_COMMISSION = [ |
||
| 18 | 'MER000008', |
||
| 19 | ]; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return bool |
||
| 23 | */ |
||
| 24 | public function isMerchantCommissionPriceModeForStoreCalculationEnabled(): bool |
||
| 29 |