- temporarily disable Update jd store.
This commit is contained in:
@@ -62,6 +62,7 @@ func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error)
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *PurchaseHandler) UpdateStore(vendorStoreID string, store *model.Store, userName string) error {
|
func (p *PurchaseHandler) UpdateStore(vendorStoreID string, store *model.Store, userName string) error {
|
||||||
|
return nil
|
||||||
params := map[string]interface{}{
|
params := map[string]interface{}{
|
||||||
"outSystemId": utils.Int2Str(int(store.ID)),
|
"outSystemId": utils.Int2Str(int(store.ID)),
|
||||||
"stationName": store.Name,
|
"stationName": store.Name,
|
||||||
|
|||||||
Reference in New Issue
Block a user