diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 33b0af2583..08d9c30549 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v940 +v941 \ No newline at end of file diff --git a/subscription.go b/subscription.go index 4a376fbb90..deada3c2fa 100644 --- a/subscription.go +++ b/subscription.go @@ -8,7 +8,6 @@ package stripe import ( "encoding/json" - "github.com/stripe/stripe-go/v78/form" )