| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class AfterPayEntityManager extends AbstractEntityManager implements AfterPayEntityManagerInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param string $customerNumber |
||
| 19 | * @param int $idSalesOrder |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function addCustomerNumberToAfterPayPaymentByIdSalesOrder(string $customerNumber, int $idSalesOrder): void |
||
| 35 |