Added comission to user card and updated user update to insert a new payment entry

This commit is contained in:
Joao Ramos
2023-12-12 22:44:33 +00:00
parent 21b612eaa4
commit 4cbd045502
3 changed files with 106 additions and 38 deletions

View File

@@ -57,6 +57,7 @@ export interface CorporateInformation {
payment?: {
value: number;
currency: string;
commission: number;
};
referralAgent?: string;
}