IntuitDeveloper/SampleApp-QuickBooksV3API-Python

AttributeError: module 'config' has no attribute 'AUTH_TYPE'

Megha-Navsoft opened this issue · 0 comments

Hi,

When I'm clicking on "Add as a customer" I'm getting the following error. Can you tell me what is wrong?

File "/home/user/Desktop/quickbooks/SampleApp-QuickBooksV3API-Python/utils/APICallService.py", line 38, in post_request if config.AUTH_TYPE == "OAuth2": AttributeError: module 'config' has no attribute 'AUTH_TYPE'