简体   繁体   中英

How to change the base URL in QuickBook PHP API?

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

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);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM