@felloh-org/lambda-wrapper 1.1.70 → 1.1.71

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.
@@ -152,7 +152,7 @@ let PaymentLink = (_dec = (0, _typeorm.Entity)({
152
152
  card: this.card_enabled
153
153
  },
154
154
  booking: null,
155
- transactions: {},
155
+ transactions: [],
156
156
  user: null,
157
157
  organisation: null
158
158
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.70",
3
+ "version": "1.1.71",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {