Merge pull request #2508 from henrik/patch-1

billing.rb: destroy -> destroy!
This commit is contained in:
Jorge Manrubia
2026-03-03 10:25:48 +01:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ module Account::Billing
end
def uncomp
billing_waiver&.destroy
billing_waiver&.destroy!
reload_billing_waiver
end