import { daffCustomerPaymentProvideExtraReducers } from '@daffodil/customer-payment/state'
Provides additional reducers that run after the standard Daffodil customer reducers.
const daffCustomerPaymentProvideExtraReducers: __type
providers: [
...daffCustomerPaymentProvideExtraReducers(
myReducer1,
myReducer2
)
]