andynazay153

Results 3 issues of andynazay153

Is there a way to liniti this to show only a specific album?

Hello, I went to the ServerAuthWebApi index page and it said to make an admin password, so I did and then it keeps asking, seems as if admin_config.php never gets...

QuickBooks online PHP API, latest. The code below is abbreviated I tried adding discount like this: `$Invoice = new QuickBooks_IPP_Object_Invoice(); $Invoice->setDiscountRatePercent(10.00);` And like this: `$Invoice = new QuickBooks_IPP_Object_Invoice(); $Invoice->setDiscountRate(10.00);` but...