Hi,
Thanks for reply,
I checked there where you asked me. But i did not get solution after checking there. Please help me to solve this.
I found one thing in my code in pplreturn.php file which i have shown there in my code in return.
Code:
// PayPal will tell us whether or not this order is valid.
// This will prevent people from simply running your order script
// manually
if( !$paypal_ipn->is_verified() )
{
// bad order, someone must have tried to run this script manually
$paypal_ipn->error_out("Bad order (PayPal says it's invalid)");
}
// payment status
This is the text which i am getting my customer mail
Quote:Bad order (PayPal says it's invalid)
I think problem is in my pplreturn.php or there have been something have changed manually.
But i am not sure about this where and why this mail is coming from paypal. I am confused about this problem . Please help me to solve this.
Thanks,