Currently solidus_subscriptions has references to solidus_backend, even when solidus_backend isn't a dependency on gemspec.
It will be easier just add solidus_backend as dependency in gemspec, but I think the plan with solidus_admin is to eventually replace solidus_backend. So, this PR allows use solidus_subscriptions extension without solidus_backend.
Summary
Currently
solidus_subscriptions
has references tosolidus_backend
, even whensolidus_backend
isn't a dependency on gemspec.It will be easier just add
solidus_backend
as dependency in gemspec, but I think the plan withsolidus_admin
is to eventually replacesolidus_backend
. So, this PR allows usesolidus_subscriptions
extension withoutsolidus_backend
.Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: