GitHub

DaffCartPaymentRemoveSuccess

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

Indicates the successful removal of the cart's selected payment method.

class DaffCartPaymentRemoveSuccess implements Action {
  readonly type: DaffCartPaymentActionTypes.CartPaymentRemoveSuccessAction = DaffCartPaymentActionTypes.CartPaymentRemoveSuccessAction
}