summaryrefslogtreecommitdiff
path: root/lib/solidus_subscriptions/subscription_line_item_builder.rb
AgeCommit message (Collapse)Author
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.