Skip to content

Commit

Permalink
Merge branch 'main' into fix/article_add
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth authored Feb 14, 2025
2 parents e1552cb + 4a995f9 commit 385ef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viur/shop/modules/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _order_set_values(
skel.setBoneValue("billing_address", billing_address_key)
if AddressType.BILLING not in skel["billing_address"]["dest"]["address_type"]:
raise e.InvalidArgumentException(
"shipping_address",
"billing_address",
descr_appendix="Address is not of type billing."
)
if user := current.user.get():
Expand Down

0 comments on commit 385ef3d

Please sign in to comment.