| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php |
||
| 12 | class ServerCompletePurchaseResponse extends AbstractServerCompletePurchaseResponse |
||
| 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() |
||
| 34 |