Add readme note for AutoCapture users

Paypal stores that accept foreign currency must check this setting in order for AutoCapture to work
This commit is contained in:
joe 2012-11-20 10:35:21 -06:00
parent 63ff2c99bf
commit e7f3e3f4ad
1 changed files with 12 additions and 0 deletions

View File

@ -58,7 +58,19 @@ eCheck payments are now fully supported and PayPal's Instant Payment Notificatio
3. Enable auto_capture within Spree (as eCheck payments are only supported for purchase and not authorize requests).
Spree::Config.set(:auto_capture => true)
**Please note if you accept foreign currency:**
Auto Capture will only work if you configure your Paypal Store like so:
Profile > My Selling Tools > Payment Receiving Preferences >
(this workflow may vary as Paypal updates their UI from time to time)
Block payments sent to me in a currency I do not hold:
[ ] Yes
[x] No, accept them and convert them to [Your Default Currency]
[ ] Ask Me
Configuration