mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-15 00:00:49 -04:00
Compare commits
No commits in common. "5fb10bdfd3243135b26f9bddd9bc841c8f74c480" and "aa05b84acc255be9b1cb4e6e5358d351cea4e724" have entirely different histories.
5fb10bdfd3
...
aa05b84acc
@ -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.4.0 - 2023-03-23
|
||||
* [#1197](https://github.com/stripe/stripe-ruby/pull/1197) Update generated code (new)
|
||||
* Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
|
||||
|
@ -1 +1 @@
|
||||
v285
|
||||
v277
|
@ -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 = {})
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "8.5.0"
|
||||
VERSION = "8.4.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user