Class: Gateway::PayflowPro

Inherits:
Gateway
  • Object
show all
Defined in:
app/models/spree/gateway/payflow_pro.rb

Instance Method Summary collapse

Instance Method Details

#options_with_test_preferenceObject



11
12
13
# File 'app/models/spree/gateway/payflow_pro.rb', line 11

def options_with_test_preference
  options_without_test_preference.merge(:test => self.preferred_test_mode)
end

#provider_classObject



7
8
9
# File 'app/models/spree/gateway/payflow_pro.rb', line 7

def provider_class
  ActiveMerchant::Billing::PayflowGateway
end