feat(checkout): enhance checkout form with user data pre-filling and disable fields
This commit is contained in:
@@ -2,6 +2,8 @@ export interface AuthUser {
|
||||
id: number;
|
||||
nombre_apellido: string;
|
||||
email: string;
|
||||
dni?: string;
|
||||
telefono?: string;
|
||||
}
|
||||
|
||||
export interface LoginPayload {
|
||||
|
||||
Reference in New Issue
Block a user