Class: Gateway::Fatzebra

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

Instance Method Summary collapse

Instance Method Details

#auto_capture?Boolean

Currently no auth/capture, but coming soon…

Returns:

  • (Boolean)


13
14
15
# File 'app/models/spree/gateway/fatzebra.rb', line 13

def auto_capture?
  true
end

#provider_classObject



8
9
10
# File 'app/models/spree/gateway/fatzebra.rb', line 8

def provider_class
  ActiveMerchant::Billing::FatZebraGateway
end