From dcaf245c86a220be28ae67177b7126dd6f7bbe8f Mon Sep 17 00:00:00 2001
From: "stripe-openapi[bot]"
<105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Mon, 17 Jun 2024 09:08:26 -0700
Subject: [PATCH] Update generated code (#1711)
* Update generated code for v1078
* Update generated code for v1079
---------
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
---
OPENAPI_VERSION | 2 +-
lib/Service/Tax/CalculationService.php | 3 ++-
lib/Terminal/ConnectionToken.php | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index ebd06a813..ac0cc575d 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v1077
\ No newline at end of file
+v1079
\ No newline at end of file
diff --git a/lib/Service/Tax/CalculationService.php b/lib/Service/Tax/CalculationService.php
index 252c599c2..1b74dc81b 100644
--- a/lib/Service/Tax/CalculationService.php
+++ b/lib/Service/Tax/CalculationService.php
@@ -11,7 +11,8 @@
class CalculationService extends \Stripe\Service\AbstractService
{
/**
- * Retrieves the line items of a persisted tax calculation as a collection.
+ * Retrieves the line items of a tax calculation as a collection, if the
+ * calculation hasn’t expired.
*
* @param string $id
* @param null|array $params
diff --git a/lib/Terminal/ConnectionToken.php b/lib/Terminal/ConnectionToken.php
index dd8ce032a..276ec2ad5 100644
--- a/lib/Terminal/ConnectionToken.php
+++ b/lib/Terminal/ConnectionToken.php
@@ -10,7 +10,7 @@
* Related guide: Fleet management
*
* @property string $object String representing the object's type. Objects of the same type share the same value.
- * @property null|string $location The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see the docs on scoping connection tokens.
+ * @property null|string $location The id of the location that this connection token is scoped to. Note that location scoping only applies to internet-connected readers. For more details, see the docs on scoping connection tokens.
* @property string $secret Your application should pass this token to the Stripe Terminal SDK.
*/
class ConnectionToken extends \Stripe\ApiResource