lib/maxipago/client.rb in maxipago-0.1.8 vs lib/maxipago/client.rb in maxipago-0.1.9
- old
+ new
@@ -7,10 +7,10 @@
def use(request)
@request = request
end
def execute(opts = {})
- raise "Sets the api type vefore execute commands." if request.nil?
+ raise "Sets the api type before execute commands." if request.nil?
raise ArgumentError, "Execute method needs options" if opts.empty?
@response = request.send_command(opts)
end
end
\ No newline at end of file