chore: add new route for get single transaction for user
This commit is contained in:
@@ -5,7 +5,7 @@ import { GatewayEnum } from "../enums/gateway.enum";
|
||||
|
||||
@Entity()
|
||||
export class PaymentGateway extends BaseEntity {
|
||||
@Column({ type: "enum", enum: GatewayEnum, nullable: false })
|
||||
@Column({ type: "enum", enum: GatewayEnum, nullable: false, unique: true })
|
||||
name: GatewayEnum;
|
||||
|
||||
@Column({ type: "varchar", length: 150, nullable: false })
|
||||
|
||||
Reference in New Issue
Block a user