-
Status changed to merged
-
mentioned in commit 4551b4dbcb9669d2558728a724d4ea729b168ba9
-
2. 超时退款后的订单的显示退款的问题
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 4551b4dbcb9669d2558728a724d4ea729b168ba9
2. 超时退款后的订单的显示退款的问题