Home > @vue-storefront/core > UseCartFactoryParams > removeCoupon
UseCartFactoryParams.removeCoupon property
Signature:
removeCoupon: (context: Context, params: {
currentCart: CART;
couponCode: string;
customQuery?: CustomQuery;
}) => Promise<{
updatedCart: CART;
}>;