Dropping our override of ActionMailer

This commit is contained in:
Will Marshall
2013-12-19 11:58:21 +11:00
parent 37f8ce68fb
commit aaa2999ee1

View File

@@ -22,6 +22,7 @@ Spree.config do |config|
# -- spree_paypal_express
# Auto-capture payments. Without this option, payments must be manually captured in the paypal interface.
config.auto_capture = true
config.override_actionmailer_config = false
end