mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 15:18:11 +00:00
receipt template
This commit is contained in:
@@ -26,7 +26,7 @@ export class PaymentEntity extends BaseEntity {
|
||||
@Column({ type: "numeric" })
|
||||
amount!: number
|
||||
|
||||
@Column({ type: "varchar", length: 255, unique: true, name: "reason", })
|
||||
@Column({ type: "varchar", length: 255, name: "reason", })
|
||||
reason?: string;
|
||||
|
||||
@Column({ type: "jsonb", default: {}, name: "raw_initiation" })
|
||||
|
||||
Reference in New Issue
Block a user