You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/spring-boot/README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,11 @@ A minimalist java/spring-boot example integration using Flex-API tokenization.
10
10
11
11
## Setup Instructions
12
12
13
-
1. Modify `./src/main/resources/application.properties` with the credentials provided by customer support in your private BETA invite and that your `.p12` key is placed in the directory specified.
13
+
1. Modify `./src/main/resources/application.properties` with the credentials created through [VISA Developer Portal](https://developer.visa.com/).
@@ -29,7 +25,7 @@ A minimalist java/spring-boot example integration using Flex-API tokenization.
29
25
30
26
## Tips
31
27
32
-
- If you are having issues, checkout the full [FLEX documentation](http://apps.cybersource.com/library/documentation/dev_guides/Secure_Acceptance_Flex/html/).
28
+
- If you are having issues, checkout the full [FLEX documentation](https://developer.visa.com/products/cybersource/reference#cybersource__cybersource_flex_api).
33
29
34
30
- To change the port the application is served on, update `server.port=8443` in `application.properties`, replacing `8443` with your desired port number.
0 commit comments