lib/active_merchant/billing/gateways/balanced.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/balanced.rb in activemerchant-1.113.0

- old
+ new

@@ -252,10 +252,10 @@ { '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, + 'X-Balanced-User-Agent' => @@ua } end end end end