Skip to content

Commit

Permalink
get_abha_card_png return original response
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed Jul 5, 2023
1 parent 1ffe7b8 commit 5af1584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/abdm/utils/api_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def get_abha_card_png(self, data):
path = "/v1/account/getPngCard"
access_token = self.generate_access_token(data)
response = self.api.get(path, {}, access_token)
return response.json()
return response

# /v1/account/qrCode
def get_qr_code(self, data, auth):
Expand Down

0 comments on commit 5af1584

Please sign in to comment.