odoo/addons/payment_paypal
Denis Ledoux 097fbd3941 [FIX] payment_paypal: receiver email different than business email
Check receiver_email only if receiver_id was not checked.
In Paypal, this is possible to configure as receiver_email
a different email than the business email (the login email)
In Odoo, there is only one field for the Paypal email:
the business email. This isn't possible to set a receiver_email
different than the business email.
Therefore, if you want such a configuration in your Paypal,
you are then obliged to fill
the Merchant ID in the Paypal payment acquirer in Odoo,
so the check is performed on this variable instead of the receiver_email.
At least one of the two checks must be done, to avoid fraudsters.

opw-648776
2015-09-09 13:38:19 +02:00
..
controllers [FIX] payment_paypal: env field has been renamed with environment in 8.0 2014-11-03 14:07:38 +01:00
data [FIX] payment_*: typo, cliking -> clicking 2014-11-12 10:31:29 +01:00
i18n [I18N] Update translation terms from Transifex 2015-09-08 17:07:59 +02:00
models [FIX] payment_paypal: receiver email different than business email 2015-09-09 13:38:19 +02:00
static
tests [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
views Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py
__openerp__.py [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +01:00