From 8a7d5aacc7a66548622a425bfe9a3a0bf1b9e09f Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 13:19:22 -0700 Subject: [PATCH] Update generated code for v285 (#1203) Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- OPENAPI_VERSION | 2 +- lib/stripe/resources/tax/transaction.rb | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ccddf654..91bb63fb 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v277 \ No newline at end of file +v285 \ No newline at end of file diff --git a/lib/stripe/resources/tax/transaction.rb b/lib/stripe/resources/tax/transaction.rb index 44a5418d..f6c18857 100644 --- a/lib/stripe/resources/tax/transaction.rb +++ b/lib/stripe/resources/tax/transaction.rb @@ -5,8 +5,6 @@ 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 = {})