| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 36 | public function createNotificationEntity(HeidelpayNotificationTransfer $notificationTransfer): void |
||
| 37 | { |
||
| 38 | $this->getTransactionHandler()->handleTransaction( |
||
| 39 | function () use ($notificationTransfer) { |
||
| 40 | $this->entityManager->savePaymentHeidelpayNotificationEntity($notificationTransfer); |
||
| 41 | } |
||
| 45 |