Skip to content

Commit

Permalink
bugFix: is_your_company_address attribute is set while creating address
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBarwal committed Jan 8, 2024
1 parent 2514363 commit 5c98d5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def create_address(self, address):
"state": state if state != "NULL" else None,
"country": country,
"pincode": postal_code if postal_code != "NULL" else None,
"is_your_company_address": 0
})
doc.insert()
return doc
Expand Down

0 comments on commit 5c98d5d

Please sign in to comment.