From 52bf3aae4484036c596beee6efe52c6ccdf8b094 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 21 Oct 2020 13:36:11 -0500 Subject: [PATCH] Add info about paypal_payee_map to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c0ed14c..6e980650 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,12 @@ This preference allows users to provide different Merchant Account Ids for different currencies. If you only plan to accept payment in one currency, the defaut Merchant Account Id will be used and you can omit this option. An example of setting this preference can be found -[here](https://github.com/solidusio/solidus_paypal_braintree/blob/master/spec/spec_helper.rb#L70-L72). +[here](https://github.com/solidusio/solidus_paypal_braintree/blob/bf5fe0e154d38f7c498f1c54450bb4de7608ff04/spec/support/gateway_helpers.rb#L11-L13). + +In addition to this, you can also specify different PayPal accounts for each +currency by using the `paypal_payee_email_map` preference. If you only want +to use one PayPal account for all currencies, then you can ignore this option. +You can find an example of setting this preference [here](https://github.com/solidusio/solidus_paypal_braintree/blob/bf5fe0e154d38f7c498f1c54450bb4de7608ff04/spec/support/gateway_helpers.rb#L14-L16). ### Default store configuration The migrations for this gem will add a default configuration to all stores that