GitHub

DaffCartPaymentRemove

import { DaffCartPaymentRemove } from '@daffodil/cart/state'

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

class DaffCartPaymentRemove implements Action {
  readonly type: DaffCartPaymentActionTypes.CartPaymentRemoveAction = DaffCartPaymentActionTypes.CartPaymentRemoveAction
}