up
This commit is contained in:
@@ -81,6 +81,8 @@ func getVendorPriceFromStoreSkuBind(bind *model.StoreSkuBind, vendorID int) (ven
|
|||||||
vendorPrice = bind.MtwmPrice
|
vendorPrice = bind.MtwmPrice
|
||||||
case model.VendorIDEBAI:
|
case model.VendorIDEBAI:
|
||||||
vendorPrice = bind.EbaiPrice
|
vendorPrice = bind.EbaiPrice
|
||||||
|
case model.VendorIDJX:
|
||||||
|
vendorPrice = bind.JxPrice
|
||||||
}
|
}
|
||||||
return vendorPrice
|
return vendorPrice
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user