Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Update bankingAPI.js #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bankingApplication/js/bankingAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ var url_api_devloper_portal = "https://api.us.apiconnect.ibmcloud.com/spbodieusi
var customerID = "136949483580422232";

// Your API ClientID
var IBM_CLIENT_ID = "YOUR_CLIENT_ID_HERE";
var IBM_CLIENT_ID = "051d0650-dc24-4ece-bac0-63f71c36deeb";

// Your API ClientSecret
var IBM_CLIENT_SECRET = "YOUR_CLIENT_SECRET_HERE";
var IBM_CLIENT_SECRET = "L7xM4gN3kM7jO8uJ8oU7bT4wQ6cQ1fX3vT8uR6cK6xE4uL1gY8";

/*
* JQUERY ready
Expand Down Expand Up @@ -160,4 +160,4 @@ function doGet(path, parameter) {
}
});

}
}