quickbooks-php icon indicating copy to clipboard operation
quickbooks-php copied to clipboard

Authentication failure is now recorded in "QuickBooks_IPP_IntuitAnywhere::test" method

Open aik099 opened this issue 10 years ago • 1 comments

Before this PR, when user attempts to login with expired authentication token, then:

  • he/she isn't getting any error back
  • the "QuickBooks_IPP_IntuitAnywhere::test" method return true
  • next executed command fails, because user isn't authenticated

After this PR, when user attempts to login with expired authentication token, then:

  • both error code and error message of CustomersService is recorded and user is able to get them back
  • the "QuickBooks_IPP_IntuitAnywhere::test" method return false
  • any code using above method will properly react to the error and won't send any new commands to the server

aik099 avatar Jul 06 '15 14:07 aik099

@consolibyte , any updates?

aik099 avatar Feb 01 '19 15:02 aik099