class ActiveMerchant::Billing::BraintreeOrangeGateway

Public Instance Methods

add_processor(post, options) click to toggle source
# File lib/active_merchant/billing/gateways/braintree_orange.rb, line 14
def add_processor(post, options)
  post[:processor_id] = options[:processor] unless options[:processor].nil?
end