Services/Xero/OAuth.php
authoredward <edward@roojs.com>
Wed, 27 Jun 2018 06:18:17 +0000 (14:18 +0800)
committeredward <edward@roojs.com>
Wed, 27 Jun 2018 06:18:17 +0000 (14:18 +0800)
Services/Xero/OAuth.php

index 515553d..0b00cef 100644 (file)
@@ -473,10 +473,10 @@ class Services_Xero_OAuth
            $this->response['helper'] = "SetupIssue";
         }
         
-        $this->response['result']  = false;
-        if ($this->response['code'] == 200 && !empty($this->response['format'])) {
-            $this->response['result'] = $this->parseResponse($this->response['response'], $this->response['format']);
-        }
+//        $this->response['result']  = false;
+//        if ($this->response['code'] == 200 && !empty($this->response['format'])) {
+//            $this->response['result'] = $this->parseResponse($this->response['response'], $this->response['format']);
+//        }
         
         return $this->response;
     }