lucasdotvin / laravel-soulbscription

A straightforward interface to handle subscriptions and feature consumption.
https://soulbscription.lucas.vin
MIT License
581 stars 79 forks source link

diffInmonthlies Method not exists #44

Closed SyedSohail9t5 closed 1 year ago

SyedSohail9t5 commented 1 year ago

I'm using this package with laravel 9 and when I try to subscribe to any plan it return with error "diffInmonthlies Method not exists"

lucasdotvin commented 1 year ago

Hey! Thanks for reporting this bug! Could you show an example of the code you're using? 🚀

SyedSohail9t5 commented 1 year ago

Thanks @lucasdotvin for responding, I got it fixed. the issue was I was storing periodicity_type as monthly and yearly, this was causing the issue. I think you should make it enum ( month, year ).