@felloh-org/lambda-wrapper 1.2.10 → 1.2.11
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.
|
@@ -200,6 +200,10 @@ let Transaction = (_dec = (0, _typeorm.Entity)({
|
|
|
200
200
|
response.payment_link = this.payment_link.getPublicUltraCompactData();
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
+
if (this.metadata !== null) {
|
|
204
|
+
response.metadata = this.metadata;
|
|
205
|
+
}
|
|
206
|
+
|
|
203
207
|
if (this.organisation !== null && typeof this.organisation.id !== 'undefined' && typeof this.organisation.getPublicCompactData === 'function') {
|
|
204
208
|
response.organisation = this.organisation.getPublicCompactData();
|
|
205
209
|
}
|