GitHub

DaffAuthorizeNetUpdatePaymentFailure

import { DaffAuthorizeNetUpdatePaymentFailure } from '@daffodil/authorizenet/state'

An action triggered upon failing to update the payment method.

class DaffAuthorizeNetUpdatePaymentFailure implements Action {
  readonly type: DaffAuthorizeNetActionTypes.UpdatePaymentFailureAction = DaffAuthorizeNetActionTypes.UpdatePaymentFailureAction
  payload: DaffStateError
}