File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ export default App;
553553 ' table' : ' cards' ,
554554 ' fields' : {
555555 ' card_number' : ' f3907186-e7e2-466f-91e5-48e12c2bcbc1' ,
556- ' first_name' : ' 89024714-6a26-4256-b9d4-55ad69aa4047 '
556+ ' first_name' : ' <TOKEN_ID_2> '
557557 }
558558 }
559559 ]
@@ -1773,7 +1773,7 @@ const App = () => {
17731773 return (
17741774 <View>
17751775 <RevealElement
1776- token={'b63ec4e0-bbad-4e43-96e6-6bd50f483f75 '}
1776+ token={'<TOKEN_ID_1> '}
17771777 container={revealContainer}
17781778 label='Card Number'
17791779 altText='XXXX XXXX XXXX XXXX'
@@ -1783,7 +1783,7 @@ const App = () => {
17831783 redaction={RedactionType.PLAIN_TEXT}
17841784 />
17851785 <RevealElement
1786- token={'89024714-6a26-4256-b9d4-55ad69aa4047 '}
1786+ token={'<TOKEN_ID_2> '}
17871787 container={revealContainer}
17881788 label='SSN'
17891789 altText='XXX-XX-XXXX'
@@ -1832,16 +1832,16 @@ export default App;
18321832{
18331833 "success": [
18341834 {
1835- "token": "b63ec4e0-bbad-4e43-96e6-6bd50f483f75 ",
1835+ "token": "<TOKEN_ID_1> ",
18361836 "valueType": "STRING"
18371837 }
18381838 ],
18391839 "errors": [
18401840 {
1841- "token": "89024714-6a26-4256-b9d4-55ad69aa4047 ",
1841+ "token": "<TOKEN_ID_2> ",
18421842 "error": {
18431843 "code": 404,
1844- "description": "Tokens not found for 89024714-6a26-4256-b9d4-55ad69aa4047 "
1844+ "description": "Tokens not found for <TOKEN_ID_2> "
18451845 }
18461846 }
18471847 ]
You can’t perform that action at this time.
0 commit comments