| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class SalesPaymentMerchantDependencyProvider extends SprykerSalesPaymentMerchantDependencyProvider |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @return \Spryker\Zed\SalesPaymentMerchantExtension\Communication\Dependency\Plugin\MerchantPayoutCalculatorPluginInterface|null |
||
| 19 | */ |
||
| 20 | protected function getMerchantPayoutAmountCalculatorPlugin(): ?MerchantPayoutCalculatorPluginInterface |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return \Spryker\Zed\SalesPaymentMerchantExtension\Communication\Dependency\Plugin\MerchantPayoutCalculatorPluginInterface|null |
||
| 27 | */ |
||
| 28 | protected function getMerchantPayoutReverseAmountCalculatorPlugin(): ?MerchantPayoutCalculatorPluginInterface |
||
| 33 |