Class: Gateway::PinGateway

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

Instance Method Summary collapse

Instance Method Details

#auto_capture?Boolean

Pin does not appear to support authorizing transactions yet

Returns:

  • (Boolean)


14
15
16
# File 'app/models/spree/gateway/pin_gateway.rb', line 14

def auto_capture?
  true
end

#provider_classObject



9
10
11
# File 'app/models/spree/gateway/pin_gateway.rb', line 9

def provider_class
  ActiveMerchant::Billing::PinGateway
end