summaryrefslogtreecommitdiff
path: root/reference
AgeCommit message (Collapse)Author
2020-06-17Allow setting subscription interval and end date via the APIAlessandro Desantis
Once a subscription is created, the interval and end date are not read from the line items anymore, but rather from the subscription itself. Therefore, users should be allowed to edit the interval and end date on the subscription, and forbidden from editing it on the line items, which will have no effect. See issue [#114](https://github.com/solidusio-contrib/solidus_subscriptions/issues/114) for more details about the matter.
2020-06-17Allow setting a subscription's billing address via the APIAlessandro Desantis
2020-06-15Fix API documentation for subscription update operation [skip ci]Alessandro Desantis
2020-06-15Convert API documentation into OpenAPIAlessandro Desantis