Skip to content

Commit

Permalink
Merge pull request #2531 from brchristian/patch-2
Browse files Browse the repository at this point in the history
Standardize documentation
  • Loading branch information
kennyadsl authored Feb 9, 2018
2 parents b84e28b + 26a8274 commit e111f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/spree/app_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ class AppConfiguration < Preferences::Configuration
# and later capture has far superior error handing. VISA and MasterCard
# also require that shipments are sent within a certain time of the card
# being charged.
# @return [Boolean] Perform a sale/purchase transaction at checkout instead of a authorize and capture.
# @return [Boolean] Automatically capture the credit card (as opposed to just authorize and capture later) (default: +false+)
preference :auto_capture, :boolean, default: false

# @!attribute [rw] auto_capture_exchanges
# @return [Boolean] automatically capture the credit card (as opposed to just authorize and capture later) (default: +false+)
# @return [Boolean] Automatically capture the credit card (as opposed to just authorize and capture later) (default: +false+)
preference :auto_capture_exchanges, :boolean, default: false

# @!attribute [rw] binary_inventory_cache
Expand Down

0 comments on commit e111f14

Please sign in to comment.