Skip to content

Commit

Permalink
remove saving party
Browse files Browse the repository at this point in the history
Signed-off-by: Hongjing Chen <[email protected]>
  • Loading branch information
chenhongjing committed Apr 2, 2024
1 parent b3d3c4d commit 78e5354
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ def create_entity_with_addresses(party_dict) -> LegalEntity:
else:
new_party.delivery_address = delivery_address

# new_party.save()
return new_party


Expand Down

0 comments on commit 78e5354

Please sign in to comment.