| Total Complexity | 5 |
| Total Lines | 54 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Response extends \UAPAY\Response |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var string |
||
| 12 | */ |
||
| 13 | protected $id; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @var string |
||
| 17 | */ |
||
| 18 | protected $paymentPageUrl; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Handle decoded JSON |
||
| 22 | * |
||
| 23 | * @throws Exception\JSON |
||
| 24 | */ |
||
| 25 | protected function json_handle() |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Get order id |
||
| 46 | * |
||
| 47 | * @return string id order |
||
| 48 | */ |
||
| 49 | public function id() |
||
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * Get paymentPageUrl to go to the payment page |
||
| 56 | * |
||
| 57 | * @return string paymentPageUrl |
||
| 58 | */ |
||
| 59 | public function paymentPageUrl() |
||
| 64 |