7 8 9 10
# File 'lib/fastbill-automatic/services/setpaid.rb', line 7 def setpaid(attributes) response = Fastbill::Automatic.request("#{self.name.split("::").last.downcase}.setpaid", attributes) self.new(response["RESPONSE"]) end