stripe 13.1.0 → 13.1.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 +5 -1
- data/VERSION +1 -1
- data/lib/stripe/request_options.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: 18590a3cf248d82c1f328d6fe85b5e16e438d4f006b1423807c09e42c81e7703
|
4
|
+
data.tar.gz: 60b45ddfd17c52ded6782fb21b33c8b27868046f0ed9ab27715823fce9455b0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4598581f028a590ef33360b99d6151187ccd67c54309ac6b50beb96272113a9612219faa8f099bc08cc362401d4db71bde99df65fa04c8d9acbcedd68cafe430
|
7
|
+
data.tar.gz: 04b2c2fba9f25168b335b9e204b18dfc6cb84d464575bcbed94c36a759e391279be0b56f8116d4dbf8b92ae6e4c9d6baf9f048e7c104f4bb6a8c20ca5583f23a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
# Changelog
|
2
|
+
## 13.1.1 - 2024-11-06
|
3
|
+
* [#1483](https://github.com/stripe/stripe-ruby/pull/1483) Fix APIResource#retrieve not sending `stripe_version`
|
4
|
+
* [#1478](https://github.com/stripe/stripe-ruby/pull/1478) Update changelog with a note on 2024-10-28.acacia API version
|
5
|
+
|
2
6
|
## 13.1.0 - 2024-10-29
|
3
|
-
* [#1472](https://github.com/stripe/stripe-ruby/pull/1472)
|
7
|
+
* [#1472](https://github.com/stripe/stripe-ruby/pull/1472) This release changes the pinned API version to `2024-10-28.acacia`.
|
4
8
|
* Add support for `submit_card` test helper method on resource `Issuing.Card`
|
5
9
|
* Add support for new resource `V2.EventDestinations`
|
6
10
|
* Add support for `create`, `retrieve`, `update`, `list`, `delete`, `disable`, `enable` and `ping` methods on resource `V2.EventDestinations`
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
13.1.
|
1
|
+
13.1.1
|
@@ -63,7 +63,7 @@ module Stripe
|
|
63
63
|
idempotency_key: req_opts[:idempotency_key],
|
64
64
|
stripe_account: req_opts[:stripe_account] || object_opts[:stripe_account],
|
65
65
|
stripe_context: req_opts[:stripe_context] || object_opts[:stripe_context],
|
66
|
-
stripe_version: req_opts[:stripe_version] || object_opts[:
|
66
|
+
stripe_version: req_opts[:stripe_version] || object_opts[:stripe_version],
|
67
67
|
}
|
68
68
|
|
69
69
|
# Remove nil values from headers
|
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: 13.1.
|
4
|
+
version: 13.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stripe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 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.
|