Skip to content

Commit a8bfbc5

Browse files
authored
Merge pull request #53 from oracle-samples/jkelly-ns-patch-1
Update credential.ts
2 parents f8e5567 + ea65219 commit a8bfbc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const Credential = {
2-
USERNAME: 'nlbuild@netsuite.com',
3-
PASSWORD: 'foobar1',
4-
COMPANY_ID: '1339499',
2+
USERNAME: 'user@netsuite.com',
3+
PASSWORD: 'password',
4+
COMPANY_ID: '9999999',
55
}
66

77
export default Credential

0 commit comments

Comments
 (0)