How to change the base URL in QuickBook PHP API?

177 views Asked by At

I have successfully done to deal with sandbox using consolibyte/quickbooks-php and also made the app a product. Now i have to change the base url in quickbook api. i don't know where should i change the url? kindly guide me

1

There are 1 answers

0
Keith Palmer Jr. On BEST ANSWER

If you're using this:

http://github.com/consolibyte/quickbooks-php

Then all you have to do is switch OFF sandbox mode by changing this:

https://github.com/consolibyte/quickbooks-php/blob/master/docs/partner_platform/example_app_ipp_v3/config.php#L100

To:

$IPP->sandbox(false);