debug detail
This commit is contained in:
parent
8d5f74057c
commit
07cc8a80e0
|
|
@ -117,6 +117,7 @@ func GetProductDetails(productId string) (models.TrendyolProductDetailModel, err
|
||||||
if err != nil {
|
if err != nil {
|
||||||
helper.Error(err)
|
helper.Error(err)
|
||||||
helper.Info(body)
|
helper.Info(body)
|
||||||
|
|
||||||
return productDetailModel, err
|
return productDetailModel, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue