Specify PayPal account in admin
budda - July 11, 2007 - 22:56
| Project: | Simple Paypal Framework |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Is there a reason why it is not possible to specify the PayPal email account associated with taking payments from the Simple PayPal admin interface?
It currently appears that any modules using the Simple PayPal have to provide their own setting for the account. Having to do this for multiple modules can become a pain, and possible an admin mess-up should a site change their PayPal account details.

#1
Makes sense to me.
Attached patch creates a new variable, SIMPLE_PAYPAL_EMAIL on the admin settings screen which existing modules could then be altered to use.
Does this seem like a good direction to move in? I'll be happy to help modify existing modules to take advantage.
(patch made from within simple_paypal directory)