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