DaffAuthorizeNetAcceptjsInvalidError
An error thrown when Accept.js has been loaded incorrectly. This can be caused by the script being loaded from a local source or when the browser or proxy has improperly cached an older version of the script.
import { DaffAuthorizeNetAcceptjsInvalidError } from '@daffodil/authorizenet/driver'
class DaffAuthorizeNetAcceptjsInvalidError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |