Method: Spree::AppConfiguration#auto_capture_exchanges
- Defined in:
- lib/spree/app_configuration.rb
#auto_capture_exchanges ⇒ Boolean
Returns Automatically capture the credit card (as opposed to just authorize and capture later) (default: false).
93 |
# File 'lib/spree/app_configuration.rb', line 93 preference :auto_capture_exchanges, :boolean, default: false |