[-] FO : #PSCFV-3268 - Fix bug with cache cartrule badly fill
// This fix is not "clean". It would be intersting to take more time to found a better solution git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16547 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -195,6 +195,9 @@ abstract class PaymentModuleCore extends Module
|
||||
foreach ($data['package_list'] as $id_package)
|
||||
$package_list[$id_address][$id_package]['id_carrier'] = $id_carrier;
|
||||
|
||||
// Make sure CarRule caches are empty
|
||||
CartRule::cleanCache();
|
||||
|
||||
foreach ($package_list as $id_address => $packageByAddress)
|
||||
foreach ($packageByAddress as $id_package => $package)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user