Added comission to user card and updated user update to insert a new payment entry
This commit is contained in:
@@ -57,6 +57,7 @@ export interface CorporateInformation {
|
||||
payment?: {
|
||||
value: number;
|
||||
currency: string;
|
||||
commission: number;
|
||||
};
|
||||
referralAgent?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user