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
/
models
/
solidus_subscriptions
/
installment.rb
Age
Commit message (
Expand
)
Author
2021-02-05
Merge pull request #191 from solidusio-contrib/improve-unfulfilled-scope-query
Alessandro Desantis
2021-01-30
Remove `dummy_order` and `dummy_line_item` helpers
Alessandro Desantis
2021-01-29
Improve "unfulfilled" scope by adding subquery
Alessio Rocco
2021-01-15
Fix Rubocop offenses
Alessio Rocco
2020-12-16
Avoid processing installments with cancelled subscriptions
Sean
2020-11-23
Update `.actionable` scopes to disregard time component
Alessandro Desantis
2020-11-19
Fix automatic cancellation being too aggressive
Alessandro Desantis
2020-11-17
Move reprocessing to time based criteria
Nicolò€ Rebughini
2020-10-10
Cancel subscription once it reaches the maximum retry attempts
Alessandro Desantis
2020-09-25
Fix coding style violations
Alessandro Desantis
2020-09-24
Use `.configure`/`.configuration` standard for config management
Alessandro Desantis
2020-06-16
Add installments list to subscription edit page
Alessandro Desantis
2019-09-12
Fix missing `optional: true` for belongs_to associations
Alessandro Desantis
2017-09-11
Fix typos in comments
swcraig
2017-02-03
Allow Failed installments to not be reprocessed
Brendan
2017-01-12
Installment#actionable_date is a DateTime
Brendan Deere
2016-10-20
Update the fulfilled scopes
Brendan Deere
2016-10-19
Update docs to account for new params
Brendan Deere
2016-10-19
Installments no longer track their order directly
Brendan Deere
2016-10-19
Associate successful orders to installment details
Brendan Deere
2016-10-19
Redefine fulfilled installments
Brendan Deere
2016-10-19
Associate orders to installment details
Brendan Deere
2016-10-19
Associate failed order to installment details
Brendan Deere
2016-10-04
Installment#fulfilled?
Brendan Deere
2016-10-04
Add missing documentation
Brendan Deere
2016-09-28
Merge pull request #47 from brendandeere/rake_task_and_job
Brendan Deere
2016-09-28
Merge pull request #62 from brendandeere/payment_failure
Brendan Deere
2016-09-28
Prefer Date.current over Date.today
Brendan Deere
2016-09-28
Dangerous update
Brendan Deere
2016-09-27
Installment#payment_failed
Brendan Deere
2016-09-27
The line item builder lives on the subscription
Brendan Deere
2016-09-23
Add Installment#actionable
Brendan Deere
2016-09-21
Add Installment#unfulfilled?
Brendan Deere
2016-09-20
Fail unprocessed installments
Brendan Deere
2016-09-20
Add success handler
Brendan Deere
2016-09-14
Installment#out_of_stock advances the actionable_date
Brendan Deere
2016-09-14
Add Installment#out_of_stock
Brendan Deere
2016-09-09
Installments can create a Builder object
Brendan Deere
2016-08-25
Add InstallmentDetails
Brendan Deere
2016-08-25
Add Installments
Brendan Deere