[-] MO : Fixed bug PSCFI-3940

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9748 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-10-31 13:08:51 +00:00
parent c8a0f3b982
commit a73ff13321
+1 -1
View File
@@ -145,7 +145,7 @@ else
// Set transaction details if pcc is defiend in PaymentModule class
if (isset($paypal->pcc))
{
$this->pcc->transaction_id = (isset(.$_POST['txn_id']) ? $_POST['txn_id'] : '');
$this->pcc->transaction_id = (isset($_POST['txn_id']) ? $_POST['txn_id'] : '');
}
if (!empty($errors) AND isset($_POST['custom']))