[ticket/224] Add possibility to append username to donation

B3P-224
This commit is contained in:
Marc Alexander
2013-09-21 14:22:16 +02:00
parent 22b51dfb66
commit cd4dd32e0d
7 changed files with 67 additions and 44 deletions

View File

@@ -61,4 +61,5 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_PAYPAL_SETTINGS_EXP' => 'This is where you customize the Paypal block.',
'PORTAL_PAY_ACC' => 'Paypal account to use',
'PORTAL_PAY_ACC_EXP' => 'Enter your Paypal e-mail address eg. xxx@xxx.com',
'PORTAL_PAY_CUSTOM' => 'Append username to Paypal donation',
));