lib/active_merchant/billing/gateways/first_giving.rb in activemerchant-1.114.0 vs lib/active_merchant/billing/gateways/first_giving.rb in activemerchant-1.116.0

- old
+ new

@@ -88,10 +88,10 @@ end response end - def commit(action, post=nil) + def commit(action, post = nil) url = (test? ? self.test_url : self.live_url) + action begin if post response = parse(ssl_post(url, post_data(post), headers))