Skip to content

Commit

Permalink
Update Stripe version (beam-community#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored and jalexander committed Nov 20, 2024
1 parent f739bce commit 7838ce5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/stripe/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ defmodule Stripe.API do
Config.resolve(:json_library, Jason)
end

@doc """
In config.exs your implicit or expicit configuration is:
config :stripity_stripe,
json_library: Poison # defaults to Jason but can be configured to Poison
"""
@spec json_library() :: module
def json_library() do
Config.resolve(:json_library, Jason)
end

def supervisor_children do
if use_pool?() do
[:hackney_pool.child_spec(@pool_name, get_pool_options())]
Expand Down

0 comments on commit 7838ce5

Please sign in to comment.