Class: Gateway::Linkpoint

Inherits:
Gateway show all
Defined in:
app/models/gateway/linkpoint.rb

Constant Summary

Constants inherited from PaymentMethod

PaymentMethod::DISPLAY

Instance Method Summary collapse

Methods inherited from Gateway

current, #method_missing, #method_type, #options, #payment_profiles_supported?, #payment_source_class, #provider

Methods inherited from PaymentMethod

active?, available, current, #destroy, find_with_destroyed, #method_type, #payment_profiles_supported?, #payment_source_class, providers, register

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gateway

Instance Method Details

#provider_classObject



5
6
7
# File 'app/models/gateway/linkpoint.rb', line 5

def provider_class
  ActiveMerchant::Billing::LinkpointGateway
end