Services/Xero.php
authorAlan Knowles <alan@roojs.com>
Mon, 13 Aug 2018 02:13:59 +0000 (10:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 13 Aug 2018 02:13:59 +0000 (10:13 +0800)
Services/Xero.php

index 965a33b..2122bba 100644 (file)
@@ -90,7 +90,8 @@ class Services_Xero
             return false;
         }
         
-        $response = $this->XeroOAuth->request('POST', $this->XeroOAuth->url('Invoices', 'core'), $params, $xml, $this->format);
+        $response = $this->XeroOAuth->request('POST',
+                $this->XeroOAuth->url('Invoices', 'core'), $params, $xml, $this->format);
         
         $data = $this->XeroOAuth->parseResponse($response['response'], $response['format']);