lib/active_merchant/billing/gateways/first_giving.rb in activemerchant-1.86.0 vs lib/active_merchant/billing/gateways/first_giving.rb in activemerchant-1.87.0
- old
+ new
@@ -114,10 +114,10 @@
def post_data(post)
post.collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join('&')
end
def encode(hash)
- hash.collect{|(k,v)| "#{CGI.escape(k.to_s)}=#{CGI.escape(v.to_s)}"}.join('&')
+ hash.collect { |(k, v)| "#{CGI.escape(k.to_s)}=#{CGI.escape(v.to_s)}" }.join('&')
end
def creditcard_brand(brand)
case brand
when 'visa' then 'VI'