lib/maxipago/xml_builder/builder.rb in maxipago-0.1.7 vs lib/maxipago/xml_builder/builder.rb in maxipago-0.1.8

- old
+ new

@@ -5,10 +5,10 @@ class Builder attr_reader :maxipagoId, :apiKey, :apiVersion, :command, :options MAXIPAGO_COMMANDS = %w(add_consumer delete_consumer update_consumer add_card_onfile delete_card_onfile sale void reversal recurring cancel_recurring bank_bill online_debit save_on_file one_transaction_report list_transactions_report transaction_paginate authorization authentication capture) - def def initialize(maxipagoId, apiKey, apiVersion, apts) + def initialize(maxipagoId, apiKey, apiVersion, apts) @maxipagoId = maxipagoId @apiKey = apiKey @apiVersion = apiVersion @command = opts[:command].downcase @options = opts \ No newline at end of file