GitHub

provideDaffCustomerPaymentAuthorizenetErrorMatcher

import { provideDaffCustomerPaymentAuthorizenetErrorMatcher } from '@daffodil/customer-payment-authorizenet/state'

const provideDaffCustomerPaymentAuthorizenetErrorMatcher: <R extends ({ code, message, recoverable }: DaffError) => DaffStateError = ({ code, message, recoverable }: DaffError) => DaffStateError>(value: R) => ValueProvider