GitHub

DaffAuthorizeNetStateConfig

import { DaffAuthorizeNetStateConfig } from '@daffodil/authorizenet/state'
interface DaffAuthorizeNetStateConfig {
  acceptMaxRetries: number
  acceptBackoffTiming: number
}

Properties

Name Type Description
acceptMaxRetries number

How many times Daffodil will retry the Accept.js load. Defaults to 5.

acceptBackoffTiming number

The Accept.js loading retry backoff timing in milliseconds. Defaults to 30.