| Total Complexity | 6 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 11 | class CompleteAuthoriseAndCaptureResponse extends AbstractResponse |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | 2 | public function isSuccessful(): bool |
|
| 21 | ]); |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | * |
||
| 27 | * In case there is no status 'cancelled' available yet, look up for a statusCode querystring in the HttpRequest. |
||
| 28 | * Icepay will redirect you to the complete page with the statusCode query string. |
||
| 29 | */ |
||
| 30 | 1 | public function isCancelled(): bool |
|
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | 1 | public function getTransactionReference(): ?string |
|
| 44 |