consolibyte / quickbooks-php

QuickBooks Integration for PHP
Eclipse Public License 1.0
458 stars 338 forks source link

Undefined variable $url in IPP->_IDS_v3 #287

Closed iamjoeker closed 4 years ago

iamjoeker commented 4 years ago

$url is only defined in the scope of the if statements, so the call to $this->_request which references it results in an undefined variable notice.

In my app, this also results in no requests being executed successfully.