summaryrefslogtreecommitdiff
path: root/app/models/solidus_subscriptions/installment.rb
AgeCommit message (Expand)Author
2021-02-05Merge pull request #191 from solidusio-contrib/improve-unfulfilled-scope-queryAlessandro Desantis
2021-01-30Remove `dummy_order` and `dummy_line_item` helpersAlessandro Desantis
2021-01-29Improve "unfulfilled" scope by adding subqueryAlessio Rocco
2021-01-15Fix Rubocop offensesAlessio Rocco
2020-12-16Avoid processing installments with cancelled subscriptionsSean
2020-11-23Update `.actionable` scopes to disregard time componentAlessandro Desantis
2020-11-19Fix automatic cancellation being too aggressiveAlessandro Desantis
2020-11-17Move reprocessing to time based criteriaNicolò€ Rebughini
2020-10-10Cancel subscription once it reaches the maximum retry attemptsAlessandro Desantis
2020-09-25Fix coding style violationsAlessandro Desantis
2020-09-24Use `.configure`/`.configuration` standard for config managementAlessandro Desantis
2020-06-16Add installments list to subscription edit pageAlessandro Desantis
2019-09-12Fix missing `optional: true` for belongs_to associationsAlessandro Desantis
2017-09-11Fix typos in commentsswcraig
2017-02-03Allow Failed installments to not be reprocessedBrendan
2017-01-12Installment#actionable_date is a DateTimeBrendan Deere
2016-10-20Update the fulfilled scopesBrendan Deere
2016-10-19Update docs to account for new paramsBrendan Deere
2016-10-19Installments no longer track their order directlyBrendan Deere
2016-10-19Associate successful orders to installment detailsBrendan Deere
2016-10-19Redefine fulfilled installmentsBrendan Deere
2016-10-19Associate orders to installment detailsBrendan Deere
2016-10-19Associate failed order to installment detailsBrendan Deere
2016-10-04Installment#fulfilled?Brendan Deere
2016-10-04Add missing documentationBrendan Deere
2016-09-28Merge pull request #47 from brendandeere/rake_task_and_jobBrendan Deere
2016-09-28Merge pull request #62 from brendandeere/payment_failureBrendan Deere
2016-09-28Prefer Date.current over Date.todayBrendan Deere
2016-09-28Dangerous updateBrendan Deere
2016-09-27Installment#payment_failedBrendan Deere
2016-09-27The line item builder lives on the subscriptionBrendan Deere
2016-09-23Add Installment#actionableBrendan Deere
2016-09-21Add Installment#unfulfilled?Brendan Deere
2016-09-20Fail unprocessed installmentsBrendan Deere
2016-09-20Add success handlerBrendan Deere
2016-09-14Installment#out_of_stock advances the actionable_dateBrendan Deere
2016-09-14Add Installment#out_of_stockBrendan Deere
2016-09-09Installments can create a Builder objectBrendan Deere
2016-08-25Add InstallmentDetailsBrendan Deere
2016-08-25Add InstallmentsBrendan Deere