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