From ee4024dbe465a3056976859f8b9afc1cb409a729 Mon Sep 17 00:00:00 2001 From: Sinh Date: Mon, 3 Oct 2022 11:04:14 +0700 Subject: [PATCH] change onpoint api path --- partnerapi/onpoint/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partnerapi/onpoint/const.go b/partnerapi/onpoint/const.go index 89270cc..997fcf7 100644 --- a/partnerapi/onpoint/const.go +++ b/partnerapi/onpoint/const.go @@ -4,8 +4,8 @@ const ( baseURLStaging = "https://dev-selly-api.onpoint.vn" baseURLProd = "https://selly-api.onpoint.vn" - apiPathCreateOrder = "/v1/orders" - apiPathUpdateDelivery = "/v1/orders/delivery/update" + apiPathCreateOrder = "/v1/orders/create" + apiPathUpdateDelivery = "/v1/orders/update_delivery" apiPathCancelOrder = "/v1/orders/cancel" apiPathGetChannels = "/v1/channels"