fintalk-pkg 2.8.0 → 2.8.1

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.
package/model/Customer.js CHANGED
@@ -138,7 +138,7 @@ var CustomerSchema = new Schema({
138
138
  },
139
139
  {
140
140
  timestamps: true,
141
- saveUnknown: ['postbackHeaders']
141
+ saveUnknown: ['postbackHeaders.**']
142
142
  });
143
143
 
144
144
  /* creditCards: [{ type: mongoose.Schema.Types.ObjectId, ref: "CreditCard" }],*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fintalk-pkg",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "Common code between projects",
5
5
  "main": "index.js",
6
6
  "scripts": {