From 25d02bc9806fbf8703fe1353af3bd405c915ddda Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:32:32 +0000 Subject: [PATCH] Update generated code for v832 --- OPENAPI_VERSION | 2 +- lib/TaxRate.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 30af1cbc1..e86d803f6 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v828 \ No newline at end of file +v832 \ No newline at end of file diff --git a/lib/TaxRate.php b/lib/TaxRate.php index 1afc73749..f0a888943 100644 --- a/lib/TaxRate.php +++ b/lib/TaxRate.php @@ -53,6 +53,5 @@ class TaxRate extends ApiResource const TAX_TYPE_QST = 'qst'; const TAX_TYPE_RST = 'rst'; const TAX_TYPE_SALES_TAX = 'sales_tax'; - const TAX_TYPE_SERVICE_TAX = 'service_tax'; const TAX_TYPE_VAT = 'vat'; }