Update checkoutflow.py

This commit is contained in:
Richard Schreiber
2026-06-24 10:36:05 +02:00
parent 2aca779a1e
commit fe2e2142e7
+1 -1
View File
@@ -1201,7 +1201,7 @@ class QuestionsStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
for p in profiles:
data = {
"_pk": p.pk,
"_country_for_address": p.country.name,
"_country_for_address": p.country.name if p.country else '',
"_state_for_address": p.state_for_address,
"_attendee_name": p.attendee_name,
}