Skip to content

Commit

Permalink
revert api version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ktravers committed Dec 28, 2018
1 parent 45fc9ab commit b6cf593
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 @@ -16,7 +16,7 @@ defmodule Stripe.API do
@typep http_failure :: {:error, term}

@pool_name __MODULE__
@api_version "2018-11-08"
@api_version "2018-08-23"
@http_module Application.get_env(:stripity_stripe, :http_module) || :hackney

def supervisor_children do
Expand Down

0 comments on commit b6cf593

Please sign in to comment.