@felloh-org/lambda-wrapper 1.11.36 → 1.11.37
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.
|
@@ -194,7 +194,8 @@ let PaymentLink = (_dec = (0, _typeorm.Entity)({
|
|
|
194
194
|
options: {
|
|
195
195
|
pre_authorized: this.pre_authorized
|
|
196
196
|
},
|
|
197
|
-
type_id: this.type_id
|
|
197
|
+
type_id: this.type_id,
|
|
198
|
+
status: this.status
|
|
198
199
|
};
|
|
199
200
|
|
|
200
201
|
if (this.customer !== null && typeof this.customer.id !== 'undefined') {
|
|
@@ -244,7 +245,8 @@ let PaymentLink = (_dec = (0, _typeorm.Entity)({
|
|
|
244
245
|
options: {
|
|
245
246
|
pre_authorized: this.pre_authorized
|
|
246
247
|
},
|
|
247
|
-
type_id: this.type_id
|
|
248
|
+
type_id: this.type_id,
|
|
249
|
+
status: this.status
|
|
248
250
|
};
|
|
249
251
|
|
|
250
252
|
if (this.metadata !== null) {
|