index
:
solidus_subscriptions.git
dependabot/add-v2-config-file
master
nirebu/associate-first-order-to-subscription
subscription-email-reminder
Add subscriptions to Solidus stores.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
services
Age
Commit message (
Expand
)
Author
2021-01-30
Move all business logic to `lib`
Alessandro Desantis
2021-01-30
Pass one installment at a time to dispatcher classes
Alessandro Desantis
2021-01-30
Reorganize hierarchy of dispatcher classes
Alessandro Desantis
2021-01-30
Streamline and simplify `SolidusSubscriptions::Checkout`
Alessandro Desantis
2020-11-23
Fix legacy unsubscribable subscriptions not being processed
Alessandro Desantis
2020-11-23
Fix `LineItemBuilder` assuming `subscribable_class` is `Spree::Variant`
Alessandro Desantis
2020-10-09
Fire events for subscription installment processing
Alessandro Desantis
2020-10-01
Remove logging from dispatchers
Alessandro Desantis
2020-09-25
Merge pull request #148 from solidusio-contrib/aldesantis/update-initializer
Alessandro Desantis
2020-09-25
Fix coding style violations
Alessandro Desantis
2020-09-25
Fail silently if order cancellation transition fails
Alessandro Desantis
2020-09-24
Use `.configure`/`.configuration` standard for config management
Alessandro Desantis
2020-09-17
Add order association to subscriptions
Nicolò€ Rebughini
2020-06-18
Copy payment details from order when activating subscriptions
Alessandro Desantis
2020-06-18
Store payment method and source on subscriptions
Alessandro Desantis
2020-06-17
Retrieve payment method from payment source
Alessandro Desantis
2020-06-17
Copy order billing address when generating subscriptions
Alessandro Desantis
2020-06-17
Respect subscription billing address when processing a subscription
Alessandro Desantis
2020-06-16
Move service objects to `app/services`
Alessandro Desantis