fecshop / yii2_fecshop

yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等
http://www.fecmall.com
BSD 3-Clause "New" or "Revised" License
5.22k stars 1.41k forks source link

CartController 中 getCartInfo() 方法参数有误 #41

Closed successgo closed 6 years ago

successgo commented 6 years ago

What steps will reproduce the problem?

see the source code

https://github.com/fecshop/yii2_fecshop/blob/master/app/appserver/modules/Checkout/controllers/CartController.php#L27

What is the expected result?

$cart_info = $this->getCartInfo();

What do you get instead?

$cart_info = $this->getCartInfo(false);

Additional info

Q A
Fecshop version 1.4.6.4
PHP version Any
Operating system Any
fancyecommerce commented 6 years ago

提一下PR吧