Skip to content

Commit 495208b

Browse files
committed
Merge pull request ej2#13 from porn/patch-2
Update README.rst
2 parents eb044a3 + 3426848 commit 495208b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Connecting your application to Quickbooks Online
3939
quickbooks = QuickBooks(
4040
sandbox=True,
4141
consumer_key=QUICKBOOKS_CLIENT_KEY,
42-
consumer_secret=QUICKBOOKS_CLIENT_SECRET,
43-
callback_url=CALLBACK_URL
42+
consumer_secret=QUICKBOOKS_CLIENT_SECRET
4443
)
4544

4645
quickbooks.authorize_url = authorize_url
@@ -97,7 +96,8 @@ List of objects:
9796
::
9897

9998
100-
from quickbooks.objects.customer import Customer customers = Customer.all()
99+
from quickbooks.objects.customer
100+
import Customer customers = Customer.all()
101101

102102
**Note:** The maximum number of entities that can be returned in a
103103
response is 1000. If the result size is not specified, the default

0 commit comments

Comments
 (0)