Skip to content

Commit

Permalink
Merge pull request #101 from tungleduyxyz/fix_subscrption_missing_par…
Browse files Browse the repository at this point in the history
…ameter

Add missing audit parameter
  • Loading branch information
pierre authored Mar 16, 2024
2 parents 29b4357 + 0acd562 commit cc7d8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/killbill_client/models/subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def change_plan(input, user = nil, reason = nil, comment = nil,
:reason => reason,
:comment => comment,
}.merge(options)
self.class.find_by_id(@subscription_id, options)
self.class.find_by_id(@subscription_id, "NONE", options)
end

#
Expand Down

0 comments on commit cc7d8f0

Please sign in to comment.