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