|
I looked into the email.php within the language folder. At the buttom you will find:
-------------
// payment.php
$Globals['pp_lang']['payltr'] = "You have received a payment for the classified ad:\n\n{$Globals['maindir']}/showproduct.php?product=$adid\n\n
which should be in the amount of $adamtf.\n\nPlease verify your transaction records to ensure that proper payment was
received for this item.";
$Globals['pp_lang']['paysub'] = "Verify payment for Classified Ad #$adid";
------------------
So I guess the "$adamtf" seems to be the problem...
|