update payment

This commit is contained in:
2025-12-02 11:11:36 +03:30
parent 1165167619
commit 2e9a1dc7dc
12 changed files with 250 additions and 61 deletions
@@ -16,6 +16,9 @@ export class RestaurantPaymentMethod extends BaseEntity {
@Property({ nullable: true })
merchantId?: string;
@Property({ nullable: true })
callbackUrl?: string;
@Property({ type: 'boolean', default: true })
isActive: boolean = true;
}