File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ defmodule Money.Subscription.Change do
88 * `:first_billing_amount` is the amount to be billed, net of any credit, at
99 the `:first_interval_starts`
1010
11- * `:next_interval_starts` is the start date of the next interval after the `
11+ * `:next_interval_starts` is the start date of the next interval after the
1212 first interval including any `credit_days_applied`
1313
1414 * `:credit_amount` is the amount of unconsumed credit of the current plan
1515
1616 * `:credit_amount_applied` is the amount of credit applied to the new plan. If
1717 the `:prorate` option is `:price` (the default) the `:first_billing_amount`
1818 is the plan `:price` reduced by the `:credit_amount_applied`. If the `:prorate`
19- option is `:period` then the `:first_billing_amount` is the plan `price and
19+ option is `:period` then the `:first_billing_amount` is the plan `price` and
2020 the `:next_interval_date` is extended by the `:credit_days_applied`
2121 instead.
2222
You can’t perform that action at this time.
0 commit comments