1
This commit is contained in:
@@ -1504,6 +1504,6 @@ func (c *StoreController) UpdateStoreTemplate() {
|
|||||||
func (c *StoreController) GetDDScope() {
|
func (c *StoreController) GetDDScope() {
|
||||||
c.callGetDDScope(func(params *tStoreGetDDScopeParams) (retVal interface{}, errCode string, err error) {
|
c.callGetDDScope(func(params *tStoreGetDDScopeParams) (retVal interface{}, errCode string, err error) {
|
||||||
retVal, err = cms.GetDDScope(params.Ctx, params.StoreID, params.VendorStoreID)
|
retVal, err = cms.GetDDScope(params.Ctx, params.StoreID, params.VendorStoreID)
|
||||||
return nil, "", nil
|
return retVal, "", nil
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user