결재 및 마스터 모듈을 v4 API 계약에 맞게 조정
This commit is contained in:
@@ -33,7 +33,7 @@ class ProductRepositoryRemote implements ProductRepository {
|
||||
if (query != null && query.isNotEmpty) 'q': query,
|
||||
if (vendorId != null) 'vendor_id': vendorId,
|
||||
if (uomId != null) 'uom_id': uomId,
|
||||
if (isActive != null) 'is_active': isActive,
|
||||
if (isActive != null) 'active': isActive,
|
||||
'include': 'vendor,uom',
|
||||
},
|
||||
options: Options(responseType: ResponseType.json),
|
||||
|
||||
Reference in New Issue
Block a user