Class: ActiveMerchant::Billing::BraintreeGateway
- Defined in:
- lib/active_merchant/billing/gateways/braintree.rb
Constant Summary
Constants inherited from Gateway
Instance Attribute Summary
Attributes inherited from Gateway
Instance Method Summary collapse
Methods inherited from SmartPs
#amend, #authorize, #capture, #credit, #delete, #initialize, #purchase, #refund, #store, #update, #void
Methods inherited from Gateway
#card_brand, card_brand, inherited, #initialize, supports?, #test?
Methods included from Utils
Methods included from CreditCardFormatting
Methods included from RequiresParameters
Methods included from PostsData
Constructor Details
This class inherits a constructor from ActiveMerchant::Billing::SmartPs
Instance Method Details
#api_url ⇒ Object
5 6 7 |
# File 'lib/active_merchant/billing/gateways/braintree.rb', line 5 def api_url 'https://secure.braintreepaymentgateway.com/api/transact.php' end |