Class: BillingIntegration::PaypalAdaptivePayment

Inherits:
BillingIntegration
  • Object
show all
Defined in:
app/models/billing_integration/paypal_adaptive_payment.rb

Instance Method Summary collapse

Instance Method Details

#payment_profiles_supported?Boolean

Set this to true in order to display the confirm state in the checkout process…

Returns:

  • (Boolean)


21
22
23
# File 'app/models/billing_integration/paypal_adaptive_payment.rb', line 21

def payment_profiles_supported?
  false
end

#provider_classObject



10
11
12
13
# File 'app/models/billing_integration/paypal_adaptive_payment.rb', line 10

def provider_class
  # This relies on https://github.com/jpablobr/active_paypal_adaptive_payment
  ActiveMerchant::Billing::PaypalAdaptivePayment
end