コード例 #1
0
ファイル: Cart.php プロジェクト: evgrishin/mh16014
 public function resetCartDiscountCache()
 {
     // verification keys: VK##2
     // reset discount cache so that discount can be added and new results retrieved in single HTTP request
     self::$_discounts = NULL;
     self::$_discountsLite = NULL;
 }