@felloh-org/lambda-wrapper 1.1.66 → 1.1.67

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,8 @@ let Transaction = (_dec = (0, _typeorm.Entity)({
152
152
  type: this.type.id,
153
153
  created_at: this.created_at,
154
154
  completed_at: this.completed_at,
155
- currency: this.currency
155
+ currency: this.currency,
156
+ provider_reference: this.provider_reference
156
157
  };
157
158
 
158
159
  if (this.booking !== null && typeof this.booking.id !== 'undefined') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {