stripe 9.5.0.pre.beta.2 → 10.1.0.pre.beta.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3ac921745f7f9ade50f258d6121845a356fffd5c9567d0749da1020ee89fd2e
4
- data.tar.gz: bcc1603ef1c753693a20a154788192fbb509224aa5421ed0a339abf391027de5
3
+ metadata.gz: 959669bf82947e40816ff8b17297fb3ceb6f94ba6c08b7793a148e47d2ffb24d
4
+ data.tar.gz: 19121759e8cc80a16a69fcaac2ced159a04790abe6fbe290697fdfc849d96f71
5
5
  SHA512:
6
- metadata.gz: a4a22ab9d347bb9db0f0f58a6a20b0d5d09f94ab0b56060bbfe8a271024d4db904c9a537af8cb9bcfef93171f83bc7555abc3b484e71efc174a80d6309005fe6
7
- data.tar.gz: f9ac4cddfd786a136737580feaf4f381c6fa362336ea9c026c414e22b2c9375658f4326306a54728d9156817d571cf530207a05cac393674a3cf39b8aa9206bd
6
+ metadata.gz: 3c5a53ad6153bf31d53c0c339886bf553bb44277f68cff7d11b60ac6a9f4fa8d5bd8099f90c9dea719b23724264921c7356a32d6c30df278310278d3e9dc5499
7
+ data.tar.gz: ddc62d3a05e152a6247cb1921105e5dd560689994fe80b651000261ce0b5b95cb93f45fb89c4427e4e9e926f85d159bb0d06a72021300591609a0311af6afed9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 10.1.0-beta.1 - 2023-10-17
4
+ * [#1284](https://github.com/stripe/stripe-ruby/pull/1284) Update generated code for beta
5
+ - Update pinned API version to `2023-10-16`
6
+ * [#1282](https://github.com/stripe/stripe-ruby/pull/1282) Update generated code for beta
7
+
8
+ ## 10.0.0 - 2023-10-16
9
+ * This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe-ruby`.
10
+ * [#1283](https://github.com/stripe/stripe-ruby/pull/1283) Update generated code
11
+ - Updated pinned API version
12
+ * [#1281](https://github.com/stripe/stripe-ruby/pull/1281) Update generated code
13
+ * Documentation only changes
14
+
3
15
  ## 9.5.0-beta.2 - 2023-10-12
4
16
  * [#1280](https://github.com/stripe/stripe-ruby/pull/1280) Update generated code for beta
5
17
  * Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
data/OPENAPI_VERSION CHANGED
@@ -1 +1 @@
1
- v591
1
+ v603
data/VERSION CHANGED
@@ -1 +1 @@
1
- 9.5.0-beta.2
1
+ 10.1.0-beta.1
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Stripe
5
5
  module ApiVersion
6
- CURRENT = "2023-08-16"
6
+ CURRENT = "2023-10-16"
7
7
  PREVIEW = "2023-09-15.preview-v2"
8
8
  end
9
9
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Stripe
5
5
  module Issuing
6
- # An issuing token object is created when an issued card is added to a digital wallet. As a [card issuer](https://stripe.com/docs/issuing), you can view and manage these tokens through Stripe.
6
+ # An issuing token object is created when an issued card is added to a digital wallet. As a [card issuer](https://stripe.com/docs/issuing), you can [view and manage these tokens](https://stripe.com/docs/issuing/controls/token-management) through Stripe.
7
7
  class Token < APIResource
8
8
  extend Stripe::APIOperations::List
9
9
  include Stripe::APIOperations::Save
@@ -14,7 +14,7 @@ module Stripe
14
14
  #
15
15
  # Related guides:
16
16
  # - [Payment Method Configurations API](https://stripe.com/docs/connect/payment-method-configurations)
17
- # - [Multiple payment method configurations on dynamic payment methods](https://stripe.com/docs/payments/multiple-payment-method-configs)
17
+ # - [Multiple configurations on dynamic payment methods](https://stripe.com/docs/payments/multiple-payment-method-configs)
18
18
  # - [Multiple configurations for your Connect accounts](https://stripe.com/docs/connect/multiple-payment-method-configurations)
19
19
  class PaymentMethodConfiguration < APIResource
20
20
  extend Stripe::APIOperations::Create
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stripe
4
- VERSION = "9.5.0-beta.2"
4
+ VERSION = "10.1.0-beta.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stripe
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.5.0.pre.beta.2
4
+ version: 10.1.0.pre.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-12 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Stripe is the easiest way to accept payments online. See https://stripe.com
14
14
  for details.