-
dthadmin
-
-
Offline
-
Administrator
-
-
Posts: 5470
-
Thank you received: 3
-
-
-
|
Found the issue... open this file:
/components/com_dtregister/lib/payment/paypal_pro.php
Around line 260, add this line (after line with $currencyCode):
$email = urlencode($this->email);
Then around line 265 you'll find a long string starting with:
$nvpstr='&PAYMENTACTION='...
Modify the end of this string to where it looks like this:
...urlencode($this->description).'&EMAIL='.$email;
The "description" portion will already be there... but modify the end of that line to appear as it does above.
Let us know if this fixes it for you.
|
Please Log in or Create an account to join the conversation.
|
Time to create page: 0.413 seconds