| 1 | <?php |
||
| 20 | class PurchaseResponse extends AbstractResponse implements RedirectResponseInterface |
||
| 21 | { |
||
| 22 | protected $_redirect = 'https://ecoin.cc/account/mpay/'; |
||
| 23 | 1 | ||
| 24 | public function isSuccessful() |
||
| 28 | 1 | ||
| 29 | public function isRedirect() |
||
| 33 | 1 | ||
| 34 | public function getRedirectUrl() |
||
| 38 | 1 | ||
| 39 | public function getRedirectMethod() |
||
| 43 | 1 | ||
| 44 | public function getRedirectData() |
||
| 48 | } |
||
| 49 |