1
This commit is contained in:
@@ -626,5 +626,8 @@ func (c *DeliveryHandler) GetDeliverLiquidatedDamages(orderId string, deliverId
|
||||
}
|
||||
|
||||
func (c *DeliveryHandler) UpdateStoreName(storeId, name string) (err error) {
|
||||
return err
|
||||
return api.DadaAPI.ShopUpdate(&dadaapi.ShopInfo{
|
||||
StationName: name,
|
||||
OriginShopID: storeId,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user