Skip to content

Commit

Permalink
Address_3 adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidysymons committed Sep 25, 2023
1 parent 240127e commit 8e284fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_interface/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3378,7 +3378,7 @@ def post_update_address(body):
"email": body['email'],
"address_1": body['address_1'],
"address_2": body['address_2'],
"address_3": body['address_3'],
"address_3": body.get('address_3', ""),
"city": body['city'],
"state": body['state'],
"postal": body['postal'],
Expand Down

0 comments on commit 8e284fe

Please sign in to comment.