Skip to content

Commit c7f631b

Browse files
zfurtakwcastand
authored andcommitted
Update README.md (Expensify#55)
1 parent 4ba193a commit c7f631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The library offers seven functions for seamless integration and use of the Apple
130130

131131
| Function | Description | Parameters | Returns / Type | iOS | Android |
132132
|----------|-------------|------------|----------------|:---:|:-------:|
133-
| **getSecureWalletInfo** | Returns necessary platform-specific wallet information for secure transactions. | None | `WalletData` | | |
133+
| **getSecureWalletInfo** | Returns necessary platform-specific wallet information for secure transactions. | None | `WalletData` | | |
134134
| **checkWalletAvailability** | Checks if the wallet is ready and initializes it if possible. | None | `boolean` |||
135135
| **getCardStatusBySuffix** | Retrieves the current status of a card in the wallet. | `lastDigits: string`<br>(The last few digits of the card number) | `CardStatus` |||
136136
| **getCardStatusByIdentifier** | Returns the state of a card based on a platform-specific identifier. On Android, it's `Token Reference ID` and on iOS, it's `Primary Account Identifier`. | `identifier: string`,<br>`tsp: string` | `CardStatus` |||

0 commit comments

Comments
 (0)