| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class ComputopCommunicationFactory extends AbstractCommunicationFactory |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @return \SprykerEco\Zed\Computop\Dependency\Facade\ComputopToSalesFacadeInterface |
||
| 24 | */ |
||
| 25 | public function getSalesFacade() |
||
| 26 | { |
||
| 27 | return $this->getProvidedDependency( |
||
| 28 | ComputopDependencyProvider::FACADE_SALES |
||
| 29 | ); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return \SprykerEco\Zed\Computop\Dependency\Facade\ComputopToCalculationFacadeInterface |
||
| 34 | */ |
||
| 35 | public function getCalculationFacade() |
||
| 39 | ); |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return \SprykerEco\Zed\Computop\Dependency\Facade\ComputopToRefundFacadeInterface |
||
| 44 | */ |
||
| 45 | public function getRefundFacade(): ComputopToRefundFacadeInterface |
||
| 50 |