feat: add shipping address to order

:%s
This commit is contained in:
lytrankieio123
2021-10-19 17:30:00 +07:00
parent 461ee218fe
commit ae647003bc
24 changed files with 3767 additions and 159 deletions

View File

@@ -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