Browse Source

docs: `transactions-updated` event type (#45527)

fix: `transactions-updated` event type
Calvin 2 months ago
parent
commit
4085185e2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/in-app-purchase.md

+ 2 - 2
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: