Selly food #29

Merged
trunglt251292 merged 4 commits from selly-food into master 2022-09-22 02:41:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 92040d0b9f - Show all commits

View File

@ -18,7 +18,7 @@ func GetWarehouse() Warehouse {
}
// UpdateIsClosedSupplier ...
func (w Warehouse) UpdateIsClosedSupplier(p model.WarehouseNatsResponse) error {
func (w Warehouse) UpdateIsClosedSupplier(p model.UpdateSupplierIsClosedRequest) error {
msg, err := natsio.GetServer().Request(subject.Warehouse.UpdateIsClosedSupplier, toBytes(p))
if err != nil {
return err