This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require red-jasmine/order
// 商品金额 (product_amount) = 价格 * 数量
// 订单总金额 (total_amount) = 商品金额 + 税费 + 调整费 - 单品优惠
// 订单 总商品金额 (product_amount) = 所有商品金额 之和
// 订单 总金额 (total_amount) = 所有商品总金额 之和 + 邮费 + 调整费 - 订单优惠
// 订单 付款金额 (payment_amount) = 订单 总金额 - 抵扣优惠
- 详情
- 列表
- 搜索
- 创建
- 发起支付
- 支付成功
- 发货
- 虚拟发货
- 部分发货
- 完成发货
- 物流快递发货
- 卡密发货
- 订单取消
- 订单确认
- 订单评价
- 订单退货
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.