-
Status changed to merged
-
mentioned in commit 58212124f8b945ce7f233be0a3f46e36b23dc389
-
2、优惠券使用时间未到但还是能选择得到 (完成) 3、重新申请退款点击进入无法重新退款 (完成) 4、基本设置里设置的退款方式是原路返回,在商城使用微信支付, (完成) 然后申请退款,到退货单里退款的的类型却是退到用户余额。 5、订单详情页面关于退款的显示
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b dev origin/dev
Step 2. Merge the branch and push the changes to GitLab
git checkout test git merge --no-ff dev git push origin test
mentioned in commit 58212124f8b945ce7f233be0a3f46e36b23dc389
2、优惠券使用时间未到但还是能选择得到 (完成) 3、重新申请退款点击进入无法重新退款 (完成) 4、基本设置里设置的退款方式是原路返回,在商城使用微信支付, (完成) 然后申请退款,到退货单里退款的的类型却是退到用户余额。 5、订单详情页面关于退款的显示