import { daffPaymentReducerFactory } from '@daffodil/payment/state'
The reducer for the payment page state, see DaffPaymentReducerState.
function daffPaymentReducerFactory<T extends DaffPaymentResponse = DaffPaymentResponse>(actions: string[]): (state: DaffPaymentReducerState, action: DaffPaymentActions<T>) => DaffPaymentReducerState
| Parameter | actions: string[] |
|---|---|
| Description |