Skip to content

Commit 8a7236b

Browse files
committed
Merge branch 'master' of github.com:sidecars/python-quickbooks
2 parents 555cb7b + 93e8d7a commit 8a7236b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ Connecting your application to Quickbooks Online
2626
)
2727

2828
authorize_url = quickbooks.get_authorize_url()
29+
request_token = quickbooks.request_token
30+
request_token_secret = quickbooks.request_token_secret
2931

30-
Store the authorize\_url, request\_token, and request\_token\_secret
32+
Store the ``authorize_url``, ``request_token``, and ``request_token_secret``
3133
for use in the Callback method.
3234

3335
2. Handle the callback:
@@ -52,8 +54,7 @@ Connecting your application to Quickbooks Online
5254
access_token = quickbooks.access_token
5355
access_token_secret = quickbooks.access_token_secret
5456

55-
Store realm\_id, access\_token, and access\_token\_secret need to be
56-
stored for later use.
57+
Store ``realm_id``, ``access_token``, and ``access_token_secret`` for later use.
5758

5859
Accessing the API
5960
-----------------
@@ -251,4 +252,4 @@ on Python 2.
251252
.. |Build Status| image:: https://travis-ci.org/sidecars/python-quickbooks.svg?branch=master
252253
:target: https://travis-ci.org/sidecars/python-quickbooks
253254
.. |Coverage Status| image:: https://coveralls.io/repos/sidecars/python-quickbooks/badge.svg?branch=master&service=github
254-
:target: https://coveralls.io/github/sidecars/python-quickbooks?branch=master
255+
:target: https://coveralls.io/github/sidecars/python-quickbooks?branch=master

0 commit comments

Comments
 (0)