Skip to content

Commit 6c9f2ac

Browse files
andregoncalvesdevzangetsouu
authored andcommitted
Fix reusable kyc typo
1 parent bccd9a6 commit 6c9f2ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/flows/crypto-offramp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The crypto off-ramp flow allows a user to sell cryptocurrency and convert it int
3737
- `type`: Tag type (e.g.: `memo` or `destination-tag`).
3838
- `value`: Tag value.
3939
- `priority` (_optional_): Priority of the crypto transaction (e.g.: `fast` will enable instant send for `Dash` transactions). Defaults to `normal`.
40-
- `reusableKYC` (_optional_): An object to provide a KYC shareable token.
40+
- `reusableKyc` (_optional_): An object to provide a KYC shareable token.
4141
- `provider` (_required_): Provider that issued the shareable token.
4242
- `token` (_required_): Token issued that can be used to fetch user information.
4343
- `simulation` (_optional_): Simulation object.

docs/flows/crypto-onramp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The crypto on-ramp flow allows a user to add funds from a credit or debit card t
3232
- `ipVersion` (_optional_): Version of IP value used on the hash.
3333
- `user-agent` (_optional_): User agent used on partner's side that we should validate remains the same.
3434
- `partnerFee` (_deprecated_): Use `partner.fee` instead.
35-
- `reusableKYC` (_optional_): An object to provide a KYC shareable token.
35+
- `reusableKyc` (_optional_): An object to provide a KYC shareable token.
3636
- `provider` (_required_): Provider that issued the shareable token.
3737
- `token` (_required_): Token issued that can be used to fetch user information.
3838
- `simulation` (_optional_): Simulation object.

0 commit comments

Comments
 (0)