Merge pull request #2508 from henrik/patch-1
billing.rb: destroy -> destroy!
This commit is contained in:
@@ -27,7 +27,7 @@ module Account::Billing
|
||||
end
|
||||
|
||||
def uncomp
|
||||
billing_waiver&.destroy
|
||||
billing_waiver&.destroy!
|
||||
reload_billing_waiver
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user