update shipment type
This commit is contained in:
@@ -40,6 +40,8 @@ Future<dynamic> requestAPI(String path, method,
|
||||
headers: headers,
|
||||
);
|
||||
log.info("baseUrl:${options.baseUrl}, path:$path");
|
||||
log.info("payload:$payload");
|
||||
|
||||
try {
|
||||
Dio dio = new Dio(options);
|
||||
Response response = await dio.request(
|
||||
|
||||
Reference in New Issue
Block a user