Type fixes

This commit is contained in:
Luis Alvarez
2020-10-11 02:04:26 -05:00
parent f1b9ea605e
commit 6595b3de96
6 changed files with 22 additions and 8 deletions

View File

@@ -35,6 +35,11 @@ export type Cart = {
base_amount: number
discount_amount: number
cart_amount: number
redirect_urls: {
cart_url: string
checkout_url: string
embedded_checkout_url: string
}
line_items: {
custom_items: any[]
digital_items: any[]