@colijnit/transactionapi 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,7 +233,7 @@ var TransactionAuth = (function (_super) {
233
233
  var params, data;
234
234
  return __generator(this, function (_a) {
235
235
  params = {
236
- transactionNr: transactionId
236
+ transactionId: transactionId
237
237
  };
238
238
  data = {
239
239
  moduleName: ModuleName.Transaction,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transactionapi",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "scripts": {
5
5
  "build": "grunt clean && tsc",
6
6
  "browserify": "browserify build/connector.js --s colijn -o dist/out-tsc/bundle.js",