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
@@ -24,6 +24,7 @@ export class PaymentMethod extends BaseEntity {
@Property({ type: 'int', nullable: true })
order?: number;
@Property({ nullable: true })
callbackUrl?: string;
paymentUrl?: string;
}