master
reducer
const reducer = ( state: CreditCardInsertionState = INITIAL_STATE, action: Action ): CreditCardInsertionState => { switch (action.type) {