Skip to content

Commit a0ed1c8

Browse files
authored
Merge pull request #3899 from ljain112/fix-error-message
2 parents 705cdd7 + 8cee64e commit a0ed1c8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

india_compliance/gst_india/api_classes/taxpayer_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def decrypt_data(self, encrypted_json):
108108

109109

110110
class TaxpayerAuthenticate(BaseAPI):
111+
API_NAME = "GST Returns"
111112

112113
IGNORED_ERROR_CODES = {
113114
"RETOTPREQUEST": "otp_requested",

india_compliance/gst_india/api_classes/taxpayer_returns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class ReturnsAPI(TaxpayerBaseAPI):
11-
API_NAME = "GST Returns"
1211
IGNORED_ERROR_CODES = {
1312
**TaxpayerBaseAPI.IGNORED_ERROR_CODES,
1413
"RET11416": "no_docs_found",

0 commit comments

Comments
 (0)