Skip to content

Commit

Permalink
Merge pull request #1149 from resilient-tech/mergify/bp/version-14/pr…
Browse files Browse the repository at this point in the history
…-1148
  • Loading branch information
vorasmit authored Oct 12, 2023
2 parents 0ab836c + 55a83b3 commit 7c0693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/api_classes/returns.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def setup(self, company_gstin):
"gstin": self.company_gstin,
"state-cd": self.company_gstin[:2],
"username": self.username,
"ip-usr": frappe.cache.hget("public_ip", "public_ip", get_public_ip),
"ip-usr": frappe.cache().hget("public_ip", "public_ip", get_public_ip),
"txn": self.generate_request_id(length=32),
}
)
Expand Down

0 comments on commit 7c0693b

Please sign in to comment.