コード例 #1
0
ファイル: CartService.php プロジェクト: naow9y/ec-cube
 public function lock()
 {
     $this->cart->setLock(true)->setPreOrderId(null);
 }