Class: Gateway::Fatzebra
- Inherits:
-
Gateway
- Object
- Gateway
- Gateway::Fatzebra
- Defined in:
- app/models/spree/gateway/fatzebra.rb
Instance Method Summary collapse
-
#auto_capture? ⇒ Boolean
Currently no auth/capture, but coming soon…
- #provider_class ⇒ Object
Instance Method Details
#auto_capture? ⇒ Boolean
Currently no auth/capture, but coming soon…
13 14 15 |
# File 'app/models/spree/gateway/fatzebra.rb', line 13 def auto_capture? true end |
#provider_class ⇒ Object
8 9 10 |
# File 'app/models/spree/gateway/fatzebra.rb', line 8 def provider_class ActiveMerchant::Billing::FatZebraGateway end |