From 437e78770cfd73fbac3a9d9d62a6cdf932047cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F?= Date: Sat, 6 Sep 2025 13:23:00 +0000 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurice Preuß --- src/Id/Resources/Transactions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Id/Resources/Transactions.php b/src/Id/Resources/Transactions.php index adfbc9c..7a1f5ab 100644 --- a/src/Id/Resources/Transactions.php +++ b/src/Id/Resources/Transactions.php @@ -29,7 +29,7 @@ class Transactions extends BaseCollection * - payment_intent: The payment intent (optional) * - status: The status (e.g. "expired", "failed", "pending", "refunded", "succeeded") * - type: The type (e.g. "deposit", "withdrawal") - * - amount: The payload + * - amount: The amount * - created_at: The created at datetime string (e.g. "Y-M-D H:i:s") * @throws Throwable */