Total Complexity | 4 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
14 | class ServerCompletePurchaseRequest extends AbstractServerCompletePurchaseRequest |
||
15 | { |
||
16 | use Traits\CompletePurchaseRequestTrait; |
||
|
|||
17 | |||
18 | /** |
||
19 | * @inheritdoc |
||
20 | */ |
||
21 | 5 | public function isValidNotification() |
|
33 | } |
||
34 | |||
35 | /** |
||
36 | * Returns ID if it has it |
||
37 | * @return int |
||
38 | */ |
||
39 | 1 | public function getModelIdFromRequest() |
|
45 |