mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-21 00:00:32 -04:00
Compare commits
No commits in common. "42f0c2c9d457886f49187e10a334fee09405fa7d" and "86f5a8ac5c86ac4fde1f37bc28ca623a11063b34" have entirely different histories.
42f0c2c9d4
...
86f5a8ac5c
@ -1,11 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 9.5.0-beta.2 - 2023-10-12
|
|
||||||
* [#1280](https://github.com/stripe/stripe-ruby/pull/1280) Update generated code for beta
|
|
||||||
* Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
|
|
||||||
* Add support for `list`, `retrieve`, and `update` methods on resource `AccountNotice`
|
|
||||||
* Add support for `correct`, `create_from_application`, `create_from_proactive_review`, `list`, `report_decision`, and `retrieve` methods on resource `CreditUnderwritingRecord`
|
|
||||||
|
|
||||||
## 9.5.0-beta.1 - 2023-10-05
|
## 9.5.0-beta.1 - 2023-10-05
|
||||||
* [#1278](https://github.com/stripe/stripe-ruby/pull/1278) Update generated code for beta
|
* [#1278](https://github.com/stripe/stripe-ruby/pull/1278) Update generated code for beta
|
||||||
* Add support for `mark_draft` and `mark_stale` methods on resource `Quote`
|
* Add support for `mark_draft` and `mark_stale` methods on resource `Quote`
|
||||||
@ -14,7 +8,7 @@
|
|||||||
|
|
||||||
## 9.4.0 - 2023-10-05
|
## 9.4.0 - 2023-10-05
|
||||||
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
|
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
|
||||||
* Add support for new resources `Issuing.Token`
|
* Add support for new resources `Issuing.Token`
|
||||||
* Add support for `list`, `retrieve`, and `update` methods on resource `Token`
|
* Add support for `list`, `retrieve`, and `update` methods on resource `Token`
|
||||||
|
|
||||||
## 9.4.0-beta.3 - 2023-09-28
|
## 9.4.0-beta.3 - 2023-09-28
|
||||||
|
@ -1 +1 @@
|
|||||||
v599
|
v591
|
@ -14,7 +14,7 @@ module Stripe
|
|||||||
#
|
#
|
||||||
# Related guides:
|
# Related guides:
|
||||||
# - [Payment Method Configurations API](https://stripe.com/docs/connect/payment-method-configurations)
|
# - [Payment Method Configurations API](https://stripe.com/docs/connect/payment-method-configurations)
|
||||||
# - [Multiple configurations on dynamic payment methods](https://stripe.com/docs/payments/multiple-payment-method-configs)
|
# - [Multiple payment method configurations on dynamic payment methods](https://stripe.com/docs/payments/multiple-payment-method-configs)
|
||||||
# - [Multiple configurations for your Connect accounts](https://stripe.com/docs/connect/multiple-payment-method-configurations)
|
# - [Multiple configurations for your Connect accounts](https://stripe.com/docs/connect/multiple-payment-method-configurations)
|
||||||
class PaymentMethodConfiguration < APIResource
|
class PaymentMethodConfiguration < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "9.5.0-beta.2"
|
VERSION = "9.5.0-beta.1"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user