mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
field added
This commit is contained in:
@@ -301,6 +301,8 @@ export async function createCustomer({
|
||||
input: {
|
||||
email: string;
|
||||
password: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
};
|
||||
};
|
||||
}) {
|
||||
@@ -312,6 +314,8 @@ export async function createCustomer({
|
||||
input: {
|
||||
email: string;
|
||||
password: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
};
|
||||
};
|
||||
}>({
|
||||
|
Reference in New Issue
Block a user