lib/active_merchant/billing/gateways/borgun.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/borgun.rb in activemerchant-1.113.0
- old
+ new
@@ -174,10 +174,10 @@
[dateandtime, batch, transaction, rrn, authcode, transtype, tramount, currency]
end
def headers
{
- 'Authorization' => 'Basic ' + Base64.strict_encode64(@options[:username].to_s + ':' + @options[:password].to_s),
+ 'Authorization' => 'Basic ' + Base64.strict_encode64(@options[:username].to_s + ':' + @options[:password].to_s)
}
end
def build_request(action, post, options={})
mode = action == 'void' ? 'cancel' : 'get'