solidusio / solidus_subscriptions

An extension to add subscriptions to your Solidus store.
BSD 3-Clause "New" or "Revised" License
48 stars 53 forks source link

allow use without solidus_backend #299

Open ccarruitero opened 6 months ago

ccarruitero commented 6 months ago

Summary

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.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed: