Skip to content

Commit bb297ca

Browse files
committed
+ Reverting ReportsApi.js
+ Removing mustache files for README and package.json
1 parent 10fcfc4 commit bb297ca

File tree

3 files changed

+5
-208
lines changed

3 files changed

+5
-208
lines changed

generator/cybersource-javascript-template/README.mustache

Lines changed: 0 additions & 183 deletions
This file was deleted.

generator/cybersource-javascript-template/package.mustache

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/api/ReportsApi.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* NOTE: This class is auto generated by the swagger code generator program.
88
* https://github.com/swagger-api/swagger-codegen.git
99
*
10-
* Swagger Codegen version: 2.3.0
10+
* Swagger Codegen version: 2.2.3
1111
*
1212
* Do not edit the class manually.
1313
*
@@ -46,8 +46,8 @@
4646
var exports = function(configObject, apiClient) {
4747
this.apiClient = apiClient || ApiClient.instance;
4848

49-
this.apiClient.setConfiguration(configObject);
50-
49+
this.apiClient.setConfiguration(configObject);
50+
5151

5252
/**
5353
* Callback function to receive the result of the createReport operation.
@@ -63,7 +63,7 @@
6363
* @param {module:model/RequestBody1} requestBody Report subscription request payload
6464
* @param {module:api/ReportsApi~createReportCallback} callback The callback function, accepting three arguments: error, data, response
6565
*/
66-
this.createReport = function(requestBody, callback) {
66+
this.createReport = function(requestBody,opts, callback) {
6767
var postBody = requestBody;
6868

6969
// verify the required parameter 'requestBody' is set
@@ -75,6 +75,7 @@
7575
var pathParams = {
7676
};
7777
var queryParams = {
78+
'organizationId': opts['organizationId']
7879
};
7980
var headerParams = {
8081
};

0 commit comments

Comments
 (0)