Update payment.rb

This commit is contained in:
2016-08-05 21:20:58 -04:00
committed by GitHub
parent 630a1d144b
commit 5bc9ca34a4

View File

@@ -31,7 +31,7 @@ class Payment
begin
Qbo.get_base(:payment).service.update(payment)
rescue Exception => e
@errors.add(e.message)
errors.add(e.message)
end
end