Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | trait CompletePurchaseRequestTrait |
||
15 | { |
||
16 | use HasGatewayRequestTrait; |
||
17 | use HasModelRequest; |
||
18 | |||
19 | |||
20 | /** |
||
21 | * @return bool|mixed |
||
22 | * @throws \Exception |
||
23 | */ |
||
24 | 4 | protected function parseNotification() |
|
32 | } |
||
33 | |||
34 | /** |
||
35 | * @param Gateway $modelGateway |
||
36 | */ |
||
37 | 4 | protected function updateParametersFromGateway($modelGateway) |
|
42 | } |
||
43 | } |