Skip to content

Commit 34abd0e

Browse files
committed
Methods reconnect and disconnect aren't supported in later versions
1 parent 8a0e85f commit 34abd0e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -294,26 +294,6 @@ Be aware that any errors will not raise a `QboApi::Error`, but will be returned
294294
p response["Header"]["ReportName"]) #=> 'ProfitAndLoss'
295295
```
296296

297-
### Reconnect
298-
299-
See [docs](https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/0085_develop_quickbooks_apps/0004_authentication_and_authorization/oauth_management_api#/Reconnect)
300-
```ruby
301-
response = qbo_api.reconnect
302-
#=> if response['ErrorCode'] == 0
303-
#=> p response['OAuthToken'] #=> rewq23423424afadsdfs==
304-
#=> p response['OAuthTokenSecret'] #=> ertwwetu12345312005343453yy=Fg
305-
```
306-
307-
### Disconnect
308-
309-
See [docs](https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/0085_develop_quickbooks_apps/0004_authentication_and_authorization/oauth_management_api#/Disconnect)
310-
```ruby
311-
response = qbo_api.disconnect
312-
#=> if response['ErrorCode'] == 0
313-
#=> # Successful disconnect
314-
```
315-
316-
317297
### Respond to an error
318298
```ruby
319299
customer = { DisplayName: 'Weiskopf Consulting' }

0 commit comments

Comments
 (0)