lib/active_merchant/billing/gateways/balanced.rb in activemerchant-1.104.0 vs lib/active_merchant/billing/gateways/balanced.rb in activemerchant-1.105.0

- old
+ new

@@ -249,13 +249,13 @@ platform: RUBY_PLATFORM, publisher: 'active_merchant' ) { - 'Authorization' => 'Basic ' + Base64.encode64(@options[:login].to_s + ':').strip, - 'User-Agent' => "Balanced/v1.1 ActiveMerchantBindings/#{ActiveMerchant::VERSION}", - 'Accept' => 'application/vnd.api+json;revision=1.1', - 'X-Balanced-User-Agent' => @@ua, + 'Authorization' => 'Basic ' + Base64.encode64(@options[:login].to_s + ':').strip, + 'User-Agent' => "Balanced/v1.1 ActiveMerchantBindings/#{ActiveMerchant::VERSION}", + 'Accept' => 'application/vnd.api+json;revision=1.1', + 'X-Balanced-User-Agent' => @@ua, } end end end end