Class: Gateway::PinGateway
- Inherits:
-
Gateway
- Object
- Gateway
- Gateway::PinGateway
- Defined in:
- app/models/spree/gateway/pin_gateway.rb
Instance Method Summary collapse
-
#auto_capture? ⇒ Boolean
Pin does not appear to support authorizing transactions yet.
- #provider_class ⇒ Object
Instance Method Details
#auto_capture? ⇒ Boolean
Pin does not appear to support authorizing transactions yet
14 15 16 |
# File 'app/models/spree/gateway/pin_gateway.rb', line 14 def auto_capture? true end |
#provider_class ⇒ Object
9 10 11 |
# File 'app/models/spree/gateway/pin_gateway.rb', line 9 def provider_class ActiveMerchant::Billing::PinGateway end |