mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-21 00:00:32 -04:00
Compare commits
4 Commits
ee08e19fa9
...
47e9a3fe40
Author | SHA1 | Date | |
---|---|---|---|
|
47e9a3fe40 | ||
|
a103e3ac11 | ||
|
71e9cae368 | ||
|
3e58d0834d |
@ -1,9 +1,4 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## 9.4.0 - 2023-10-05
|
|
||||||
* [#1277](https://github.com/stripe/stripe-ruby/pull/1277) Update generated code
|
|
||||||
* Add support for new resources `Issuing.Token`
|
|
||||||
* Add support for `list`, `retrieve`, and `update` methods on resource `Token`
|
|
||||||
|
|
||||||
## 9.3.0 - 2023-09-14
|
## 9.3.0 - 2023-09-14
|
||||||
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
||||||
* Add support for new resource `PaymentMethodConfiguration`
|
* Add support for new resource `PaymentMethodConfiguration`
|
||||||
|
@ -1 +1 @@
|
|||||||
v599
|
v580
|
@ -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.4.0"
|
VERSION = "9.3.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user