| Total Complexity | 4 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class BraintreeEntityManager extends AbstractEntityManager implements BraintreeEntityManagerInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param int $idPaymentBraintree |
||
| 19 | * @param bool $isShipmentPaid |
||
| 20 | * |
||
| 21 | * @return void |
||
| 22 | */ |
||
| 23 | public function updateIsShipmentPaidValue(int $idPaymentBraintree, bool $isShipmentPaid): void |
||
| 30 | } |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param int $idPaymentBraintree |
||
| 35 | * @param int $idPaymentBrainreeOrderItem |
||
| 36 | * |
||
| 37 | * @return void |
||
| 38 | */ |
||
| 39 | public function addOrderItemToSuccessLog(int $idPaymentBraintree, int $idPaymentBrainreeOrderItem): void |
||
| 50 |