From f60953435a06d06a172676580df277d6984cc775 Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Wed, 20 Feb 2019 08:58:21 -0800 Subject: [PATCH] Fix API version which should be pinned to 2019-02-19 instead --- stripe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stripe.go b/stripe.go index 62f104a9a8..0e3cf09481 100644 --- a/stripe.go +++ b/stripe.go @@ -817,7 +817,7 @@ func StringValue(v *string) string { const apiURL = "https://api.stripe.com" // apiversion is the currently supported API version -const apiversion = "2019-02-11" +const apiversion = "2019-02-19" // clientversion is the binding version const clientversion = "57.0.0"