[+] MO : Uptdate module to store payment cc information

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9683 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-10-27 15:15:30 +00:00
parent cf384e0af1
commit 8a67500a4a
6 changed files with 85 additions and 8 deletions
+4 -2
View File
@@ -88,8 +88,10 @@ if ($state != Configuration::get('PS_OS_ERROR'))
}
}
$module->validateOrder((int)($cart->id), $state, (float)($cart->getOrderTotal(true, Cart::BOTH)), $module->displayName, $message, NULL, (int)($currency->id), false, $cart->secure_key);
$module->setTransactionDetail(array(
'transaction_id', $disposition['mtid']));
$module->validateOrder((int)($cart->id), $state, (float)($cart->getOrderTotal(true, Cart::BOTH)),
$module->displayName, $message, NULL, (int)($currency->id), false, $cart->secure_key);
if ($state == Configuration::get('PS_OS_ERROR'))
{