Skip to content

Commit

Permalink
Merge pull request #224 from getlago/feat-cascade-plan-update
Browse files Browse the repository at this point in the history
Feat: add cascade plan to plan params
  • Loading branch information
annvelents authored Nov 13, 2024
2 parents 095e9a7 + 0021c37 commit b674aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lago/api/resources/plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def whitelist_params(params)
pay_in_advance: params[:pay_in_advance],
bill_charges_monthly: params[:bill_charges_monthly],
tax_codes: params[:tax_codes],
cascade_updates: params[:cascade_updates],
}.compact

whitelist_charges(params[:charges]).tap do |charges|
Expand Down

0 comments on commit b674aea

Please sign in to comment.