update payment
This commit is contained in:
@@ -24,6 +24,7 @@ export class PaymentMethod extends BaseEntity {
|
||||
@Property({ type: 'int', nullable: true })
|
||||
order?: number;
|
||||
|
||||
|
||||
@Property({ nullable: true })
|
||||
callbackUrl?: string;
|
||||
paymentUrl?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user