Closed FrancescoAiello01 closed 2 years ago
@kennyadsl @elia
@FrancescoAiello01 Thanks, this looks great. I saw that tests on this extension are not running against Solidus master branch. I think it's because of https://github.com/solidusio-contrib/solidus_subscriptions/pull/257/commits/eefdc5feffd35ed229a1a2b347b790f5f2592948, which has not been reverted. It would be great if we could restore it, even with another PR so that we are sure we merge something that works with the last version of Solidus (3.2), which will be released soon.
Thanks!
@FrancescoAiello01 Thanks, this looks great. I saw that tests on this extension are not running against Solidus master branch. I think it's because of eefdc5f, which has not been reverted. It would be great if we could restore it, even with another PR so that we are sure we merge something that works with the last version of Solidus (3.2), which will be released soon.
Thanks!
@kennyadsl I'll take care of that 👍
Resolves #260
Stop decorating the
order#finalize!
method to create subscriptions and instead create subscriptions as part of a background job.