mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Supplementary payments issue resolution
This commit is contained in:
@@ -33,7 +33,7 @@ export class PaymentIntent extends BaseEntity {
|
||||
@Column({ name: "service", type: "varchar", length: 16 })
|
||||
service!: PaymentService;
|
||||
|
||||
@Column({ name: "reference_type", type: "varchar", length: 16 })
|
||||
@Column({ name: "reference_type", type: "varchar", length: 32 })
|
||||
referenceType!: PaymentReferenceType;
|
||||
|
||||
/** Domain order id (booking/shipment). Soft reference — no cross-schema FK. */
|
||||
|
||||
@@ -28,7 +28,7 @@ export class NotificationOutbox extends BaseEntity {
|
||||
@Column({ name: "intent_id", type: "uuid" })
|
||||
intentId!: string;
|
||||
|
||||
@Column({ name: "reference_type", type: "varchar", length: 16 })
|
||||
@Column({ name: "reference_type", type: "varchar", length: 32 })
|
||||
referenceType!: PaymentReferenceType;
|
||||
|
||||
@Column({ name: "reference_id", type: "varchar", length: 64 })
|
||||
|
||||
Reference in New Issue
Block a user