integrate-onpoint #5

Merged
sinhluu merged 15 commits from integrate-onpoint into master 2022-10-31 09:36:25 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ee4024dbe4 - Show all commits

View File

@ -4,8 +4,8 @@ const (
baseURLStaging = "https://dev-selly-api.onpoint.vn" baseURLStaging = "https://dev-selly-api.onpoint.vn"
baseURLProd = "https://selly-api.onpoint.vn" baseURLProd = "https://selly-api.onpoint.vn"
apiPathCreateOrder = "/v1/orders" apiPathCreateOrder = "/v1/orders/create"
apiPathUpdateDelivery = "/v1/orders/delivery/update" apiPathUpdateDelivery = "/v1/orders/update_delivery"
apiPathCancelOrder = "/v1/orders/cancel" apiPathCancelOrder = "/v1/orders/cancel"
apiPathGetChannels = "/v1/channels" apiPathGetChannels = "/v1/channels"