extra car number
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-20 20:47:12 +03:30
parent 2786010f0d
commit cbcb3bb67f
5 changed files with 70 additions and 1 deletions
@@ -23,9 +23,21 @@ export class PaymentMethod extends BaseEntity {
@Property({ nullable: true })
cardNumber?: string;
@Property({ nullable: true })
cardNumber2?: string;
@Property({ nullable: true })
cardNumber3?: string;
@Property({ nullable: true })
cardOwner?: string;
@Property({ nullable: true })
cardOwner2?: string;
@Property({ nullable: true })
cardOwner3?: string;
@Property({ default: true })
enabled: boolean = true;