exception_message) return $this->response_data['errorCode'] == 0; return false; } public function getRedirectUrl(){ if($this->response_data) return $this->response_data['formUrl']; return ''; } public function getPaymentReferenceId() { return $this->response_data['orderId']; } }