Skip to content

Commit

Permalink
updated the API domain parameter with our mock api address (#3222)
Browse files Browse the repository at this point in the history
Co-authored-by: Precious Onyenaucheya <86783201+precious-onyenaucheya-ons@users.noreply.github.com>
  • Loading branch information
1 parent 882c690 commit 1f64c45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"isEditable": true,
"mandatory": true,
"APIDomain": "#",
"APIDomain": "https://mock-address-api.gcp.onsdigital.uk",
'APIDomainBearerToken': "some_token",
"instructions": "Use up and down keys to navigate suggestions once you\'ve typed more than two characters. Use the enter key to select a suggestion. Touch device users, explore by touch or with swipe gestures.",
"ariaYouHaveSelected": "You have selected",
Expand Down
2 changes: 1 addition & 1 deletion src/components/address-input/example-address-input.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mandatory": true,
"externalInitialiser": true,
"autocomplete": "off",
"APIDomain": "#",
"APIDomain": "https://mock-address-api.gcp.onsdigital.uk",
'APIDomainBearerToken': "some_token",
"instructions": "Use up and down keys to navigate suggestions once you\'ve typed more than two characters. Use the enter key to select a suggestion. Touch device users, explore by touch or with swipe gestures.",
"ariaYouHaveSelected": "You have selected",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ layout: ~
"isEditable": false,
"mandatory": true,
"externalInitialiser": true,
"APIDomain": "#",
"APIDomain": "https://mock-address-api.gcp.onsdigital.uk",
'APIDomainBearerToken': "some_token",
"instructions": "Use up and down keys to navigate suggestions once you\'ve typed more than two characters. Use the enter key to select a suggestion. Touch device users, explore by touch or with swipe gestures.",
"ariaYouHaveSelected": "You have selected",
Expand Down
2 changes: 1 addition & 1 deletion src/patterns/addresses/example-address-input.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ layout: ~
},
"isEditable": true,
"mandatory": true,
"APIDomain": "#",
"APIDomain": "https://mock-address-api.gcp.onsdigital.uk",
'APIDomainBearerToken': "some_token",
"instructions": "Use up and down keys to navigate suggestions once you\'ve typed more than two characters. Use the enter key to select a suggestion. Touch device users, explore by touch or with swipe gestures.",
"ariaYouHaveSelected": "You have selected",
Expand Down

0 comments on commit 1f64c45

Please sign in to comment.