fecshop / yii2_fecshop

yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等

Home Page:http://www.fecmall.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CartController 中 getCartInfo() 方法参数有误

successgo opened this issue · comments

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
commented

提一下PR吧