mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
✨ feat: add shipping address to order
:%s
This commit is contained in:
@@ -34,8 +34,9 @@ export interface BlogProps {
|
||||
}
|
||||
|
||||
export interface CheckOutForm {
|
||||
name?: string
|
||||
email?: string
|
||||
firstName?: string
|
||||
lastName?: string
|
||||
emailAddress?: string
|
||||
address?: string
|
||||
city?: string
|
||||
state?: string
|
||||
|
Reference in New Issue
Block a user