Feature/get bank info #23

Open
nguyenphamquangtue wants to merge 15 commits from feature/get-bank-info into master
nguyenphamquangtue commented 2022-09-14 10:23:59 +00:00 (Migrated from github.com)
No description provided.
This pull request has changes conflicting with the target branch.
  • model/seller_request.go
  • model/seller_response.go
  • subject/config.go
  • subject/seller.go
  • subject/warehouse.go
  • client/seller.go
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/get-bank-info master
git pull origin feature/get-bank-info

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff feature/get-bank-info
git push origin master
Sign in to join this conversation.
No description provided.