Skip to Content Skip to Search
Namespace
Methods
I

Class Public methods

ignored_client_ids()

# File app/lib/stripe/event_handlers.rb, line 3
def ignored_client_ids
  ENV.fetch(
    "IGNORED_STRIPE_CLIENT_IDS",
    "ca_0gEYaIV6wa82LqDkie5wl74oVVVXurkw" # FIXME: hardcoded sensitive information
  ).split(",").freeze
end