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 +4 -4
- data/CHANGELOG.md +12 -0
- data/OPENAPI_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/stripe/api_version.rb +1 -1
- data/lib/stripe/resources/issuing/token.rb +1 -1
- data/lib/stripe/resources/payment_method_configuration.rb +1 -1
- data/lib/stripe/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 959669bf82947e40816ff8b17297fb3ceb6f94ba6c08b7793a148e47d2ffb24d
|
4
|
+
data.tar.gz: 19121759e8cc80a16a69fcaac2ced159a04790abe6fbe290697fdfc849d96f71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
1
|
+
v603
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
10.1.0-beta.1
|
data/lib/stripe/api_version.rb
CHANGED
@@ -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
|
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
|
data/lib/stripe/version.rb
CHANGED
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:
|
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-
|
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.
|