@felloh-org/lambda-wrapper 1.11.88 → 1.11.89

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.
@@ -118,7 +118,8 @@ let Organisation = exports.default = (_dec = (0, _typeorm.Entity)({
118
118
  currencies: this.currencies ? this.currencies : [],
119
119
  payment_methods: this.payment_methods ? this.payment_methods : [],
120
120
  parent: null,
121
- unpaid_invoice: this.unpaid_invoice
121
+ unpaid_invoice: this.unpaid_invoice,
122
+ surcharging_enabled: this.surcharging_enabled
122
123
  };
123
124
 
124
125
  if (this.parent !== null && typeof this.parent.getPublicCompactData === 'function') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.11.88",
3
+ "version": "1.11.89",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "engines": {