| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 43 | public function processNotification(HeidelpayNotificationTransfer $notificationTransfer): HeidelpayNotificationTransfer |
||
| 44 | { |
||
| 45 | $notificationTransfer = $this->notificationExpander->expandWithNotificationData($notificationTransfer); |
||
| 46 | $this->writer->createNotificationEntity($notificationTransfer); |
||
| 47 | |||
| 48 | return $notificationTransfer; |
||
| 49 | } |
||
| 51 |