Skip to content

Commit

Permalink
Codegen for openapi v159
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe committed Jun 23, 2022
1 parent 9092e9d commit b1df89e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v157
v159
8 changes: 8 additions & 0 deletions lib/stripe/api_version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
module ApiVersion
CURRENT = "2020-08-27"
end
end
1 change: 1 addition & 0 deletions test/stripe/generated_examples_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

# File generated from our OpenAPI spec
require ::File.expand_path("../test_helper", __dir__)
module Stripe
class CodegennedExampleTest < Test::Unit::TestCase
Expand Down

0 comments on commit b1df89e

Please # to comment.