README.markdown in datatrans-3.0.2 vs README.markdown in datatrans-4.0.0

- old
+ new

@@ -4,11 +4,11 @@ Ruby adapter for the Datatrans payment gateway (http://www.datatrans.ch). Configuration ------------- -Buidl your Datatrans Configuration like so: +Build your Datatrans Configuration like so: datatrans = Datatrans::Config.new( :merchant_id => '1234567', :sign_key => 'ab739fd5b7c2a1...', :environment => :production, @@ -146,27 +146,9 @@ if transaction.void # ok, the transaction is not longer valid... else # transaction.error_code, transaction.error_message, transaction.error_detail end - - -CHANGELOG -========= - -3.0.2 -------- -Specified MIT License. - -3.0.0 -------- -* Refactored Code to allow multiple configurations -* Proxy config now uses HTTParty naming convention. - -2.2.2 -------- -* added ability to skip signing by setting config.sign_key = false - Todo ==== * allow signing of xml transactions