const localPaymentTypes = getLocalPaymentTypes({
        country: state.form.country || state.formValues.country,
        recurring: action.payload,
        currency: state.currency,
      });