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