Skip to content

v12.2.0

Compare
Choose a tag to compare
@helenye-stripe helenye-stripe released this 12 Jul 16:29
· 31 commits to master since this release
  • #1430 Update generated code

  • #1433 Add usage to raw_request call

  • #1431 Add raw_request

    • Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url. This is an alternative to using Stripe::APIResource.request(...) to make custom requests, which is discouraged and will be broken in a future major version.

See the changelog for more details.