We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ed0a6 commit d836d0fCopy full SHA for d836d0f
app/api/schema/orders.py
@@ -117,7 +117,7 @@ def initial_values(self, data):
117
type_="event")
118
119
event_invoice = Relationship(attribute='invoice',
120
- self_view='v1.order_invoice',
+ self_view='v1.order_event_invoice',
121
self_view_kwargs={'order_identifier': '<identifier>'},
122
related_view='v1.event_invoice_detail',
123
related_view_kwargs={'id': '<id>'},
0 commit comments