@felloh-org/lambda-wrapper 1.1.71 → 1.1.72

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.
@@ -189,7 +189,8 @@ let Transaction = (_dec = (0, _typeorm.Entity)({
189
189
  created_at: this.created_at,
190
190
  completed_at: this.completed_at,
191
191
  currency: this.currency,
192
- organisation: null
192
+ organisation: null,
193
+ provider_reference: this.provider_reference
193
194
  };
194
195
 
195
196
  if (this.organisation !== null && typeof this.organisation.id !== 'undefined') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {