Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit d4315bb

Browse files
committed
Accidental line re-jig
1 parent a828b8e commit d4315bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tests.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@
261261

262262
}
263263
if (isset($_REQUEST['invoicesfilter'])) {
264-
$response = $XeroOAuth->request('GET', $XeroOAuth->url('Invoices', 'core'), array('Where' => 'Contact.Name.Contains("Martin")'));
264+
$response = $XeroOAuth->request('GET', $XeroOAuth->url('Invoices', 'core'), array('Where' => 'Contact.Name.Contains("Martin")'));
265+
265266
if ($XeroOAuth->response['code'] == 200) {
266267
$accounts = $XeroOAuth->parseResponse($XeroOAuth->response['response'], $XeroOAuth->response['format']);
267268
echo "There are " . count($accounts->Invoices[0]). " matching invoices in this Xero organisation, the first one is: </br>";

0 commit comments

Comments
 (0)