Open tpharaoh opened 2 years ago
I have a subscription with 2 price points. A Monthly + a seat based price.
When I click to view data I get this. Should I be enabling additional features? Do I need additional configuration?
I have a similar error. For me it's related to this line:
https://github.com/LimeDeck/nova-cashier-overview/blob/8fdbba87f57621606552af68e585ef53fb24c233/src/Http/Controllers/DatabaseSubscriptionsController.php#L21-L22
I use the SoftDeletes trait which means that the billable model might be deleted.
SoftDeletes
I have a subscription with 2 price points. A Monthly + a seat based price.
When I click to view data I get this. Should I be enabling additional features? Do I need additional configuration?