Added cart item and handle empty cart state

This commit is contained in:
Luis Alvarez
2020-10-06 15:38:21 -05:00
parent 665af6e9ad
commit 35c91bca2b
5 changed files with 60 additions and 33 deletions

View File

@@ -35,7 +35,7 @@ export type Cart = {
custom_items: any[]
digital_items: any[]
gift_certificates: any[]
psysical_items: any[]
physical_items: any[]
}
// TODO: add missing fields
}