1
This commit is contained in:
@@ -285,6 +285,10 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
|||||||
}
|
}
|
||||||
|
|
||||||
params := genSkuParamsFromStoreSkuInfo2(storeSku, true, true)
|
params := genSkuParamsFromStoreSkuInfo2(storeSku, true, true)
|
||||||
|
if storeID == 667094 {
|
||||||
|
globals.SugarLogger.Debugf("------storesku := %s", utils.Format4Output(storeSku, false))
|
||||||
|
globals.SugarLogger.Debugf("------params := %s", utils.Format4Output(params, false))
|
||||||
|
}
|
||||||
if globals.EnableEbaiStoreWrite {
|
if globals.EnableEbaiStoreWrite {
|
||||||
strStoreID := utils.Int2Str(storeID)
|
strStoreID := utils.Int2Str(storeID)
|
||||||
if vendorSkuID, err = api.EbaiAPI.SkuCreate(ctx.GetTrackInfo(), strStoreID, customSkuID, params); err == nil && !isExd {
|
if vendorSkuID, err = api.EbaiAPI.SkuCreate(ctx.GetTrackInfo(), strStoreID, customSkuID, params); err == nil && !isExd {
|
||||||
|
|||||||
Reference in New Issue
Block a user