feat: Add payment + promotion refreshing to cart workflows (#6654)

Add payment collection refreshing to:
- Add to cart
- Create cart
- Update line item in cart

Add promotion creation to:
- Create cart
This commit is contained in:
Oli Juhl
2024-03-11 12:32:41 +00:00
committed by GitHub
parent ee4ea796f6
commit c51a67a421
4 changed files with 19 additions and 5 deletions
+1
View File
@@ -68,6 +68,7 @@ export interface CreateCartWorkflowInputDTO {
metadata?: Record<string, unknown>
items?: CreateCartCreateLineItemDTO[]
promo_codes?: string[]
}
export interface AddToCartWorkflowInputDTO {