mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 15:54:17 +00:00
Merge remote-tracking branch 'origin/master' into 2.3.0
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
|
||||
var pathParams = {
|
||||
'orderId': orderId
|
||||
'order_id': orderId
|
||||
};
|
||||
var queryParams = {
|
||||
};
|
||||
@@ -86,7 +86,7 @@
|
||||
var returnType = null;
|
||||
|
||||
return this.apiClient.callApi(
|
||||
'/store/order/{orderId}', 'DELETE',
|
||||
'/store/order/{order_id}', 'DELETE',
|
||||
pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody,
|
||||
authNames, contentTypes, accepts, returnType, callback
|
||||
);
|
||||
@@ -158,7 +158,7 @@
|
||||
|
||||
|
||||
var pathParams = {
|
||||
'orderId': orderId
|
||||
'order_id': orderId
|
||||
};
|
||||
var queryParams = {
|
||||
};
|
||||
@@ -175,7 +175,7 @@
|
||||
var returnType = Order;
|
||||
|
||||
return this.apiClient.callApi(
|
||||
'/store/order/{orderId}', 'GET',
|
||||
'/store/order/{order_id}', 'GET',
|
||||
pathParams, queryParams, collectionQueryParams, headerParams, formParams, postBody,
|
||||
authNames, contentTypes, accepts, returnType, callback
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user