Class: ActiveMerchant::Billing::BraintreeOrangeGateway
- Includes:
- BraintreeCommon
- Defined in:
- lib/active_merchant/billing/gateways/braintree_orange.rb
Constant Summary
Constants inherited from Gateway
Gateway::CREDIT_DEPRECATION_MESSAGE, Gateway::RECURRING_DEPRECATION_MESSAGE, Gateway::STANDARD_ERROR_CODE
Instance Attribute Summary
Attributes inherited from Gateway
Instance Method Summary collapse
Methods included from BraintreeCommon
included, #scrub, #supports_scrubbing
Methods inherited from SmartPs
#amend, #authorize, #capture, #credit, #delete, #initialize, #purchase, #refund, #store, #update, #verify, #void
Methods inherited from Gateway
#add_field_to_post_if_present, #add_fields_to_post_if_present, #card_brand, card_brand, #generate_unique_id, inherited, #initialize, #scrub, #supported_countries, supported_countries, supported_countries=, supports?, #supports_network_tokenization?, #supports_scrubbing?, #test?
Methods included from CreditCardFormatting
Methods included from PostsData
included, #raw_ssl_request, #ssl_get, #ssl_post, #ssl_request
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::SmartPs
Instance Method Details
#add_processor(post, options) ⇒ Object
14 15 16 |
# File 'lib/active_merchant/billing/gateways/braintree_orange.rb', line 14 def add_processor(post, ) post[:processor_id] = [:processor] unless [:processor].nil? end |