Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class CompletePurchaseResponse extends AbstractCompletePurchaseResponse |
||
13 | { |
||
14 | use CompletePurchaseResponseTrait; |
||
15 | |||
16 | /** @noinspection PhpMissingParentCallCommonInspection |
||
17 | * @return bool |
||
18 | */ |
||
19 | protected function canProcessModel() |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @return [] |
||
|
|||
26 | */ |
||
27 | public function getSessionDebug() |
||
37 |