From 4085185e2dd56cd691ba3c8ece36f63c969563b0 Mon Sep 17 00:00:00 2001 From: Calvin Date: Mon, 10 Feb 2025 08:12:17 -0700 Subject: [PATCH] docs: `transactions-updated` event type (#45527) fix: `transactions-updated` event type --- docs/api/in-app-purchase.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/in-app-purchase.md b/docs/api/in-app-purchase.md index 38078ecf29dd..0fed7b8c2c1b 100644 --- a/docs/api/in-app-purchase.md +++ b/docs/api/in-app-purchase.md @@ -10,13 +10,13 @@ The `inAppPurchase` module emits the following events: ### Event: 'transactions-updated' -Emitted when one or more transactions have been updated. - Returns: * `event` Event * `transactions` Transaction[] - Array of [`Transaction`](structures/transaction.md) objects. +Emitted when one or more transactions have been updated. + ## Methods The `inAppPurchase` module has the following methods: