debug detail

This commit is contained in:
merdan 2023-09-22 18:05:33 +05:00
parent e5b7a388f5
commit 8d5f74057c
1 changed files with 1 additions and 2 deletions

View File

@ -77,8 +77,6 @@ func getProductIdFromShortLink(shortLink string) string {
productId = getProductIdFromLink(url) productId = getProductIdFromLink(url)
helper.Info("productId: ", productId)
return productId return productId
} }
@ -118,6 +116,7 @@ func GetProductDetails(productId string) (models.TrendyolProductDetailModel, err
if err != nil { if err != nil {
helper.Error(err) helper.Error(err)
helper.Info(body)
return productDetailModel, err return productDetailModel, err
} }