Skip to content

Commit

Permalink
Updated IPP troubleshooting script.
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-chargeover committed Jan 27, 2020
1 parent 39f7092 commit 51736df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/partner_platform/example_app_ipp_v3/troubleshooting.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
require_once dirname(__FILE__) . '/../../../QuickBooks.php';

$urls = array(
QuickBooks_IPP_IntuitAnywhere::URL_REQUEST_TOKEN,
QuickBooks_IPP_IntuitAnywhere::URL_CONNECT_RECONNECT,
QuickBooks_IPP_IntuitAnywhere::URL_DISCOVERY_SANDBOX,
QuickBooks_IPP_IntuitAnywhere::URL_DISCOVERY_PRODUCTION,
);

for ($i = 0; $i <= 1; $i++)
Expand Down

0 comments on commit 51736df

Please sign in to comment.