mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-18 00:00:44 -04:00
Compare commits
6 Commits
f97b214181
...
2e533be04d
Author | SHA1 | Date | |
---|---|---|---|
|
2e533be04d | ||
|
e058a85fe7 | ||
|
6bf2eaf832 | ||
|
fb6f536d00 | ||
|
aad1a320c5 | ||
|
0f0d604ca8 |
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 9.4.0-beta.1 - 2023-09-14
|
||||||
|
* Updated stable APIs to the latest version
|
||||||
|
|
||||||
|
## 9.3.0 - 2023-09-14
|
||||||
|
* [#1272](https://github.com/stripe/stripe-ruby/pull/1272) Update generated code
|
||||||
|
* Add support for new resource `PaymentMethodConfiguration`
|
||||||
|
* Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
|
||||||
|
* [#1271](https://github.com/stripe/stripe-ruby/pull/1271) Update generated code
|
||||||
|
* Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization`
|
||||||
|
* Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
|
||||||
|
|
||||||
## 9.3.0-beta.1 - 2023-09-07
|
## 9.3.0-beta.1 - 2023-09-07
|
||||||
* [#1269](https://github.com/stripe/stripe-ruby/pull/1269) Update generated code for beta
|
* [#1269](https://github.com/stripe/stripe-ruby/pull/1269) Update generated code for beta
|
||||||
* Release specs are identical.
|
* Release specs are identical.
|
||||||
|
@ -1 +1 @@
|
|||||||
v532
|
v533
|
@ -4,6 +4,6 @@
|
|||||||
module Stripe
|
module Stripe
|
||||||
module ApiVersion
|
module ApiVersion
|
||||||
CURRENT = "2023-08-16"
|
CURRENT = "2023-08-16"
|
||||||
PREVIEW = "2023-08-11.preview-v2"
|
PREVIEW = "2023-09-15.preview-v2"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
# You can add one or multiple tax IDs to a [customer](https://stripe.com/docs/api/customers).
|
# You can add one or multiple tax IDs to a [customer](https://stripe.com/docs/api/customers) or account.
|
||||||
# A customer's tax IDs are displayed on invoices and credit notes issued for the customer.
|
# Customer and account tax IDs get displayed on related invoices and credit notes.
|
||||||
#
|
#
|
||||||
# Related guide: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids)
|
# Related guides: [Customer tax identification numbers](https://stripe.com/docs/billing/taxes/tax-ids), [Account tax IDs](https://stripe.com/docs/invoicing/connect#account-tax-ids)
|
||||||
class TaxId < APIResource
|
class TaxId < APIResource
|
||||||
include Stripe::APIOperations::Delete
|
include Stripe::APIOperations::Delete
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Stripe
|
module Stripe
|
||||||
VERSION = "9.3.0-beta.1"
|
VERSION = "9.4.0-beta.1"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user