GitHub

DaffCartPaymentRemove

Triggers the removal of the cart's selected payment method.

import { DaffCartPaymentRemove } from '@daffodil/cart/state'
class DaffCartPaymentRemove implements Action {
  readonly type: DaffCartPaymentActionTypes.CartPaymentRemoveAction
}

Properties

Name Type Description
type DaffCartPaymentActionTypes.CartPaymentRemoveAction