Skip to content

Commit 46ace13

Browse files
authored
Update README.md
1 parent 2d6a867 commit 46ace13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jsp-flexjs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# JSP (Tomcat) example using hosted Flex microform
1+
# JSP (Tomcat) example using hosted Flex JS
22

3-
A minimalist Java JSP example integration using Flex-API tokenization and Flex microform embedded card capture.
3+
A minimalist Java JSP example integration using Flex Javascript SDK tokenization.
44

55
## Prerequisites
66

@@ -21,7 +21,7 @@ A minimalist Java JSP example integration using Flex-API tokenization and Flex m
2121

2222
2. Build and run the application using maven
2323
```bash
24-
mvn clean install
24+
mvn package
2525
```
2626

2727
This will produce a `.war` file that can be deployed to a Tomcat server instance. The deployed application will serve a demonstration card tokenization page on `http://localhost:8080/`. To serve from a different domain, ensure that `targetOrigin` domain is specified when making a call to the `/keys` endpoint. For a detailed example please see [FlexKeyProvider.java](./src/main/java/com/cybersource/example/FlexKeyProvider.java), line 47.

0 commit comments

Comments
 (0)