-
@ruckus I have some doubts with Quick Book Integration. I connected with Quick Books Account and my QB linking is done succesfully, Also created vendors. Now I want to list the Vendors from Quickbook that I have created from rails app. Using OAuth2 Here is my vendors controller.
|
Beta Was this translation helpful? Give feedback.
Answered by
ruckus
Nov 24, 2021
Replies: 1 comment 1 reply
-
Hi @sreenak you need to attach the access_token to the Service object, NOT the model. Please see here: https://github.com/ruckus/quickbooks-ruby#getting-started---retrieving-a-list-of-customers |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sreenak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sreenak you need to attach the access_token to the Service object, NOT the model.
Please see here: https://github.com/ruckus/quickbooks-ruby#getting-started---retrieving-a-list-of-customers