Skip to content

Commit f5d26df

Browse files
authored
Update README.md (#55)
1 parent 6a3001f commit f5d26df

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
@@ -129,7 +129,7 @@ The library offers seven functions for seamless integration and use of the Apple
129129

130130
| Function | Description | Parameters | Returns / Type | iOS | Android |
131131
|----------|-------------|------------|----------------|:---:|:-------:|
132-
| **getSecureWalletInfo** | Returns necessary platform-specific wallet information for secure transactions. | None | `WalletData` | | |
132+
| **getSecureWalletInfo** | Returns necessary platform-specific wallet information for secure transactions. | None | `WalletData` | | |
133133
| **checkWalletAvailability** | Checks if the wallet is ready and initializes it if possible. | None | `boolean` |||
134134
| **getCardStatusBySuffix** | Retrieves the current status of a card in the wallet. | `lastDigits: string`<br>(The last few digits of the card number) | `CardStatus` |||
135135
| **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)