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