Skip to content

Commit db47d0c

Browse files
authored
Update README.md
1 parent ec17d8a commit db47d0c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

jsp-microform/README.md

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

3-
Flex Microform is a CyberSource-hosted HTML/Javascript component that replaces the card number input field on your checkout page and calls the Flex API on your behalf. This simple example integration demonstrates using the Flex Microform SDK to embed this PCI SAQ-A level component in your form. For more details on this see our Developer Guide at https://developer.cybersource.com/api/developer-guides/dita-flex/SAFlexibleToken/FlexMicroform.html
3+
Flex Microform is a CyberSource-hosted HTML/JavaScript component that replaces the card number input field on your checkout page and calls the Flex API on your behalf. This simple example integration demonstrates using the Flex Microform SDK to embed this PCI SAQ A level component in your form. For more details on this see our Developer Guide at: https://developer.cybersource.com/api/developer-guides/dita-flex/SAFlexibleToken/FlexMicroform.html
44

55
## Prerequisites
66

@@ -11,11 +11,11 @@ Flex Microform is a CyberSource-hosted HTML/Javascript component that replaces t
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

@@ -28,7 +28,7 @@ Flex Microform is a CyberSource-hosted HTML/Javascript component that replaces t
2828

2929
## Tips
3030

31-
- If you are having issues, checkout the full [Hosted FLEX documentation](https://developer.cybersource.com/api/developer-guides/dita-flex/SAFlexibleToken/FlexMicroform.html).
31+
- If you are having issues, checkout the full [FLEX Microform documentation](https://developer.cybersource.com/api/developer-guides/dita-flex/SAFlexibleToken/FlexMicroform.html).
3232

3333
- If the application throws `java.security.InvalidKeyException: Illegal key size` you have probably not installed the [JCE unlimited policy files](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html).
3434

0 commit comments

Comments
 (0)