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:
@@ -68,6 +68,7 @@ export interface CreateCartWorkflowInputDTO {
|
||||
metadata?: Record<string, unknown>
|
||||
|
||||
items?: CreateCartCreateLineItemDTO[]
|
||||
promo_codes?: string[]
|
||||
}
|
||||
|
||||
export interface AddToCartWorkflowInputDTO {
|
||||
|
||||
Reference in New Issue
Block a user