Compare commits

..

No commits in common. "732a1467b5379ffe445305a86eabc0eceaedbb20" and "fb655489eb0049267fd1073a7766b9fd1734c3ea" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -1,11 +1,5 @@
# Changelog
## 8.5.0 - 2023-03-30
* [#1203](https://github.com/stripe/stripe-ruby/pull/1203) Update generated code
* Remove support for `create` method on resource `Tax.Transaction`
* This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `create_from_calculation` method.
* [#1201](https://github.com/stripe/stripe-ruby/pull/1201) Update save deprecation message
## 8.5.0-beta.1 - 2023-03-23
* [#1194](https://github.com/stripe/stripe-ruby/pull/1194) Update generated code for beta (new)
* Add support for new resources `Tax.CalculationLineItem` and `Tax.TransactionLineItem`

View File

@ -1 +1 @@
v287
v283

View File

@ -5,6 +5,8 @@ module Stripe
module Tax
# A Tax transaction records the tax collected from or refunded to your customer.
class Transaction < APIResource
extend Stripe::APIOperations::Create
OBJECT_NAME = "tax.transaction"
def list_line_items(params = {}, opts = {})