1 | <?php |
||
8 | class PurchaseResponse extends AbstractResponse implements RedirectResponseInterface |
||
9 | { |
||
10 | |||
11 | const DEMO_REDIRECT_URL = "https://gtweb2.gtbank.com/GTPay/tranx.aspx"; |
||
12 | |||
13 | const LIVE_REDIRECT_URL = "https://ibank.gtbank.com/GTPay/Tranx.aspx"; |
||
14 | |||
15 | 1 | public function getRedirectUrl() |
|
19 | |||
20 | public function getRedirectMethod() |
||
24 | |||
25 | 1 | public function isSuccessful() |
|
29 | |||
30 | 1 | public function getRedirectData() |
|
34 | |||
35 | 1 | public function isRedirect() |
|
39 | } |
||
40 |