| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | public static function handle($response, $model, $type) |
||
| 18 | { |
||
| 19 | $notification = new NotificationData($type, $response, $model); |
||
| 20 | |||
| 21 | CreateSessionFromResponse::handle($notification); |
||
| 22 | CreateOrUpdateTokenFromResponse::handle($notification); |
||
| 23 | CreateOrUpdateTransactionFromResponse::handle($notification); |
||
| 24 | UpdateSubscriptionFromResponse::handle($notification); |
||
| 25 | } |
||
| 27 |