Skip to content

Commit 080459b

Browse files
authored
Update README.md
1 parent 59bb90f commit 080459b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsp-flexjs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flex API Sample
22

3-
A simple client-side tokenization example integration using Flex Javascript SDK to access the Flex API. For more details on this see our Developer Guide at https://developer.cybersource.com/api/developer-guides/dita-flex/SAFlexibleToken/FlexAPI.html
3+
A simple client-side tokenization example integration using Flex JavaScript SDK to access the Flex API. For more details on this see our Developer Guide at: https://developer.cybersource.com/api/developer-guides/dita-flex/SAFlexibleToken/FlexAPI.html
44

55
## Prerequisites
66

@@ -11,11 +11,11 @@ A simple client-side tokenization example integration using Flex Javascript SDK
1111

1212
## Setup Instructions
1313

14-
1. Modify `./src/main/webapp/credentials.properties` with the Cybersource REST credentials created through [EBC Portal](https://ebc2.cybersource.com/).
14+
1. Modify `./src/main/webapp/credentials.properties` with the CyberSource REST credentials created through [EBC Portal](https://ebc2test.cybersource.com/).
1515

1616
```
1717
merchantId=YOUR MERCHANT ID
18-
keyId=YOUR KEY ID
18+
keyId=YOUR KEY ID (SHARED SECRET SERIAL NUMBER)
1919
sharedSecret=YOUR SHARED SECRET
2020
```
2121

0 commit comments

Comments
 (0)