GitHub

DaffPaymentGenerateTokenFailure

import { DaffPaymentGenerateTokenFailure } from '@daffodil/payment/state'

A failed payment with the error message.

class DaffPaymentGenerateTokenFailure implements Action {
  readonly type: DaffPaymentActionTypes.GenerateTokenFailureAction = DaffPaymentActionTypes.GenerateTokenFailureAction
  payload: DaffStateError
}