debug detail
This commit is contained in:
parent
e5b7a388f5
commit
8d5f74057c
|
|
@ -77,8 +77,6 @@ func getProductIdFromShortLink(shortLink string) string {
|
|||
|
||||
productId = getProductIdFromLink(url)
|
||||
|
||||
helper.Info("productId: ", productId)
|
||||
|
||||
return productId
|
||||
}
|
||||
|
||||
|
|
@ -118,6 +116,7 @@ func GetProductDetails(productId string) (models.TrendyolProductDetailModel, err
|
|||
|
||||
if err != nil {
|
||||
helper.Error(err)
|
||||
helper.Info(body)
|
||||
return productDetailModel, err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue