Skip to content

Commit

Permalink
update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Apr 11, 2018
1 parent 464687e commit 8cb9a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Stripe.API do
@typep http_failure :: {:error, term}

@pool_name __MODULE__
@api_version "2017-08-15"
@api_version "2018-02-28"
@http_module Application.get_env(:stripity_stripe, :http_module) || :hackney

def supervisor_children do
Expand Down

0 comments on commit 8cb9a55

Please sign in to comment.