GitHub

daffCustomerPaymentProvideExtraReducers

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

Provides additional reducers that run after the standard Daffodil customer reducers.

Examples

providers: [
  ...daffCustomerPaymentProvideExtraReducers(
    myReducer1,
    myReducer2
  )
]