summaryrefslogtreecommitdiff
path: root/lib/solidus_subscriptions/subscription_generator.rb
AgeCommit message (Collapse)Author
2021-02-26Merge pull request #202 from ↵Alessandro Desantis
solidusio-contrib/mr/cleanup-duplicated-fields-on-order-finalize Cleanup the duplicated fields on subscription creation
2021-02-19Add currency to subscriptionluca-landa
2021-02-12Cleanup the duplicated fields on subscription creationMattia Roccoberton
2021-01-30Move all business logic to `lib`Alessandro Desantis
It wasn't clear why certain business logic should live in `app/services` while other should live in `lib`. By unifying everything in one directory, we make it easier for developers to inspect the code and reduce the cognitive load when implementing new classes.