Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Allow setting subscription interval and end date via the API | Alessandro 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-17 | Allow setting a subscription's billing address via the API | Alessandro Desantis | |
2020-06-15 | Fix API documentation for subscription update operation [skip ci] | Alessandro Desantis | |
2020-06-15 | Convert API documentation into OpenAPI | Alessandro Desantis | |