lib/active_merchant/billing/gateways/braintree_orange.rb in activemerchant-1.79.2 vs lib/active_merchant/billing/gateways/braintree_orange.rb in activemerchant-1.80.0

- old
+ new

@@ -5,10 +5,10 @@ module Billing #:nodoc: class BraintreeOrangeGateway < SmartPs include BraintreeCommon self.display_name = 'Braintree (Orange Platform)' - self.supported_countries = ["US"] + self.supported_countries = ['US'] self.live_url = self.test_url = 'https://secure.braintreepaymentgateway.com/api/transact.php' def add_processor(post, options) post[:processor_id] = options[:processor] unless options[:processor].nil?