-
@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.
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.
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