summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
2020-06-22Fix coding style issuesAlessandro Desantis
2020-06-18Store payment method and source on subscriptionsAlessandro Desantis
2020-06-17Remove unused LineItem#dummy_subscription methodAlessandro Desantis
2020-06-17Move actionable_date update logic from LineItem to SubscriptionAlessandro Desantis
2020-06-17Remove delegated methods from LineItemAlessandro Desantis
2020-06-17Remove references to single line item from SubscriptionAlessandro Desantis
2020-06-17Respect subscription billing address in dummy line itemAlessandro Desantis
2020-06-17Add billing_address association to subscriptionAlessandro Desantis
2020-06-16Use subscription's `end_date` in `Subscription#can_be_deactivated?`Alessandro Desantis
2020-06-16Move service objects to `app/services`Alessandro Desantis
2020-06-16Add installments list to subscription edit pageAlessandro Desantis
2020-06-15Reject subscription line items if quantity is not providedAlessandro Desantis
2020-06-14Remove checks on unsupported Solidus versionsAlessandro Desantis
2020-06-13Fix syntax error in `solidus_gem_version` callAlessandro Desantis
2020-06-13Fix deprecated call to `SolidusSupport.solidus_gem_version`Alessandro Desantis
2020-06-13Update decorator namespaces to be compliant with ZeitwerkAlessandro Desantis
2019-09-12Fix missing `optional: true` for belongs_to associationsAlessandro Desantis
2018-12-12Realign specs and solidus versionsfastjames
2018-12-12Makes checkout spec work using the wallet rather than default credit cardJoel Jackson
2018-12-12Uses the wallet instead of credit cards for checkout on subscription orders.Joel Jackson
2017-09-11Fix typos in commentsswcraig
2017-07-24Remove Delegated Subscription MethodsBrendan Deere
2017-07-24Merge pull request #20 from brendandeere/fix/the_broken_adminBrendan Deere
2017-07-24Merge pull request #18 from isaacfreeman/feature/delete_nested_line_itemsBrendan Deere
2017-07-24Do not perform validations in the Interval mixinBrendan Deere
2017-07-24Allow destroying nested line itemsIsaac Freeman
2017-07-24Fix rubocop warnings, restore checkout flow after checkout flow spec and actu...Joel Jackson
2017-07-24Allows for subscription chekout to accommodate a more flexible checkout flow.Joel Jackson
2017-06-14Removes commented out code.Joel Jackson
2017-06-14Only update actionable date on subscriptons on line_item changeJoel Jackson
2017-05-23Use order.update! instead of update_totalsJohn Hawthorn
2017-02-03Merge pull request #4 from solidusio-contrib/allow_retries_to_be_disabledBrendan Deere
2017-02-03Allow Failed installments to not be reprocessedBrendan
2017-02-03Subscriptions have knowledge of intervalsBrendan Deere
2017-02-03Persist subscription configuration valuesBrendan Deere
2017-02-03SubscriptionGenerator#groupBrendan Deere
2017-01-12Rename ConsolidatedInstalment as CheckoutBrendan Deere
2017-01-12Merge pull request #121 from brendandeere/change_dates_to_date_timesBrendan Deere
2017-01-12Installment#actionable_date is a DateTimeBrendan Deere
2017-01-12Subscription actionable_date is a DateTimeBrendan Deere
2017-01-12Deactivate expired subscriptionsBrendan Deere
2017-01-12Replace max_installments with end_dateBrendan Deere
2017-01-12The dummy order uses best address availableBrendan Deere
2017-01-12Subscription ship_address can be updatedBrendan Deere
2017-01-12Use subscription address for consolidated intallmentBrendan Deere
2017-01-12Set default subscription shipping addressBrendan Deere
2017-01-12Subscriptions have their own shipping methodsBrendan Deere
2017-01-09Dont delegate quantity and subscribableBrendan Deere
2017-01-09Subs have many subs line itemsBrendan Deere
2017-01-09Line item builder accepts a collection of line itemsBrendan Deere