stripe 6.6.0.pre.beta.1 → 7.1.0.pre.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +28 -7
- data/OPENAPI_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/data/ca-certificates.crt +1241 -1937
- data/lib/stripe/api_version.rb +3 -1
- data/lib/stripe/object_types.rb +0 -7
- data/lib/stripe/resources/card.rb +1 -3
- data/lib/stripe/resources/checkout/session.rb +18 -3
- data/lib/stripe/resources/customer.rb +21 -37
- data/lib/stripe/resources/issuing/card.rb +0 -18
- data/lib/stripe/resources/reporting/report_type.rb +0 -1
- data/lib/stripe/resources/subscription.rb +43 -1
- data/lib/stripe/resources/subscription_item.rb +0 -11
- data/lib/stripe/resources/terminal/reader.rb +18 -0
- data/lib/stripe/resources/transfer.rb +0 -18
- data/lib/stripe/resources.rb +0 -7
- data/lib/stripe/version.rb +1 -1
- metadata +2 -7
- data/lib/stripe/resources/bitcoin_receiver.rb +0 -24
- data/lib/stripe/resources/bitcoin_transaction.rb +0 -16
- data/lib/stripe/resources/issuing/card_details.rb +0 -10
- data/lib/stripe/resources/recipient.rb +0 -14
- data/lib/stripe/resources/three_d_secure.rb +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2e7b040047cac21858806b95ee7acbe05671f7e362fb251028c688214ca7f91
|
4
|
+
data.tar.gz: 9c33b413e3bb963a64d6ed7845f310f3a71b0e4b4cf23774d7b44004209cb6ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7df8eded9e11c521b40aa83ac3808c2bbf6a019c7a94f164df095f0c1b17d9457616f3936ef5356c6ea4437555a28e37f2d23302835a2778028ad810f0c39432
|
7
|
+
data.tar.gz: 6ee25a16bae8c25ae4f431ad34ff7a0d5ac852557095b512f6ddd3705e77e713d7a25a52084c1bfac241f2b461984afeae44644f4329b9858ea47c75a54d8411
|
data/CHANGELOG.md
CHANGED
@@ -1,22 +1,43 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 7.1.0-beta.2 - 2022-08-11
|
4
|
+
* [#1113](https://github.com/stripe/stripe-ruby/pull/1113) API Updates for beta branch
|
5
|
+
- Updated stable APIs to the latest version
|
6
|
+
- Add `refund_payment` method to Terminal resource
|
7
|
+
|
8
|
+
## 7.1.0-beta.1 - 2022-08-03
|
9
|
+
* [#1107](https://github.com/stripe/stripe-ruby/pull/1107) API Updates for beta branch
|
10
|
+
- Updated stable APIs to the latest version
|
11
|
+
- Added the `Order` resource support
|
12
|
+
|
13
|
+
## 7.0.0 - 2022-08-02
|
14
|
+
|
15
|
+
Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v7. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.
|
16
|
+
|
17
|
+
"⚠️" symbol highlights breaking changes.
|
18
|
+
|
19
|
+
* [#1106](https://github.com/stripe/stripe-ruby/pull/1106) API Updates
|
20
|
+
* [#1092](https://github.com/stripe/stripe-ruby/pull/1092) API Updates
|
21
|
+
* [#1090](https://github.com/stripe/stripe-ruby/pull/1090) Use auto-generation for `Invoice` methods
|
22
|
+
* [#1103](https://github.com/stripe/stripe-ruby/pull/1103) Next major release changes
|
23
|
+
|
3
24
|
## 6.6.0-beta.1 - 2022-07-22
|
4
25
|
* [#1100](https://github.com/stripe/stripe-ruby/pull/1100) API Updates for beta branch
|
5
|
-
- Updated stable APIs to the latest version
|
6
|
-
- Add `QuotePhase` resource
|
26
|
+
- Updated stable APIs to the latest version
|
27
|
+
- Add `QuotePhase` resource
|
7
28
|
* [#1097](https://github.com/stripe/stripe-ruby/pull/1097) API Updates for beta branch
|
8
|
-
- Updated stable APIs to the latest version
|
29
|
+
- Updated stable APIs to the latest version
|
9
30
|
- Add `SubscriptionSchedule.amend` method.
|
10
31
|
* [#1093](https://github.com/stripe/stripe-ruby/pull/1093) API Updates for beta branch
|
11
|
-
- Include `server_side_confirmation_beta=v1` beta
|
12
|
-
- Add `secretKeyConfirmation` to `PaymentIntent`
|
32
|
+
- Include `server_side_confirmation_beta=v1` beta
|
33
|
+
- Add `secretKeyConfirmation` to `PaymentIntent`
|
13
34
|
* [#1085](https://github.com/stripe/stripe-ruby/pull/1085) API Updates for beta branch
|
14
35
|
- Updated stable APIs to the latest version
|
15
36
|
* [#1075](https://github.com/stripe/stripe-ruby/pull/1075) Use the generated API version
|
16
37
|
|
17
38
|
## 6.5.0 - 2022-06-29
|
18
39
|
* [#1084](https://github.com/stripe/stripe-ruby/pull/1084) API Updates
|
19
|
-
* Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
|
40
|
+
* Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
|
20
41
|
* [#1076](https://github.com/stripe/stripe-ruby/pull/1076) fix: Update logging to coerce ASCII-8BIT into UTF-8.
|
21
42
|
|
22
43
|
## 6.4.0 - 2022-06-17
|
@@ -26,7 +47,7 @@
|
|
26
47
|
* [#1072](https://github.com/stripe/stripe-ruby/pull/1072) Trigger workflows on beta branches
|
27
48
|
* [#1071](https://github.com/stripe/stripe-ruby/pull/1071) Use request_stripe_object for all requests
|
28
49
|
* [#1070](https://github.com/stripe/stripe-ruby/pull/1070) API Updates
|
29
|
-
|
50
|
+
|
30
51
|
Switch from using meta-programing to generating explicit methods for custom methods.
|
31
52
|
* [#1069](https://github.com/stripe/stripe-ruby/pull/1069) chore: Stop special implementation of Account.persons method.
|
32
53
|
|
data/OPENAPI_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
v178
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
7.1.0-beta.2
|