djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

period_type field must be an integer #259

Closed AmiZya closed 1 year ago

AmiZya commented 1 year ago

Changed the value from string to the corresponding integer.

smirolo commented 1 year ago

Thank you! The API is returning stringify names but of course the fixtures are using enum integers.