Skip to content

Commit

Permalink
Update card.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Jun 30, 2023
1 parent 821d9e0 commit c0bbe20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documents/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ instance.cards.requestCardReference({"number":"4854980604708430"});

## Using Razporpay token

```php
$api->card->requestCardReference(array("token" =>"token_4lsdksD31GaZ09"));
```js
instance.cards.requestCardReference({"token":"token_4lsdksD31GaZ09"});
```
**Parameters:**

Expand All @@ -603,4 +603,4 @@ $api->card->requestCardReference(array("token" =>"token_4lsdksD31GaZ09"));
-------------------------------------------------------------------------------------------------------
**PN: * indicates mandatory fields**
<br>
<br>
<br>

0 comments on commit c0bbe20

Please sign in to comment.