GitHub

DaffAuthorizeNetAcceptjsMissingError

import { DaffAuthorizeNetAcceptjsMissingError } from '@daffodil/authorizenet/driver'

An error thrown when Accept.js has not been loaded.

class DaffAuthorizeNetAcceptjsMissingError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.ACCEPTJS_MISSING
  message: string
}