Open
Description
Somehow the "delivery_method" property on type "Invoice" is messed up it shows:
"$ref": "#/definitions/invoice_delivery_methodInvoiceDeliveryMethod"
it should be:
"$ref": "#/definitions/InvoiceDeliveryMethod"
I know this is generated so something upstream must not be to convention because that ref is invalid
Activity