Skip to content

Commit 09361cf

Browse files
committed
changed sample client id
1 parent a57dc82 commit 09361cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ app.get('/authorize', function (req, res) {
5151
var clientSecret = process.env.CLIENT_SECRET;
5252

5353
// The CLient ID is a public shareable value
54-
var clientId = "OUyNdx7qyT";
54+
var clientId = "XrcQ1XZU5p";
5555

5656
var dataString = "client_id="+clientId+"&grant_type=authorization_code&code="+authCode+"&client_secret="+clientSecret;
5757
var method = "POST";

views/index.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<div class="col-lg-3 previous">
5858
</div>
5959
<div class="col-lg-3 next">
60-
<a class="btn btn-lg btn-primary btn-block blue" href="https://ebctest.cybersource.com/ebc2/oauth/authorize?sub=oauth&redirect_url=https://cybsoauthsample.azurewebsites.net/authorize&client_id=OUyNdx7qyT&state=stateValue" role="button">CyberSource </a></div>
60+
<a class="btn btn-lg btn-primary btn-block blue" href="https://ebctest.cybersource.com/ebc2/oauth/authorize?sub=oauth&redirect_url=https://cybsoauthsample.azurewebsites.net/authorize&client_id=XrcQ1XZU5p&state=stateValue" role="button">CyberSource </a></div>
6161
<div class="col-lg-3 next">
6262
</div>
6363
</div>

0 commit comments

Comments
 (0)