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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,20 +86,19 @@ You do not need to download and build the source to use the SDK but if you want
86
86
87
87
h. "serverURL" config parameter will take precedence over sendToProduction and sendToAkamai config parameters. By default the "serverURL" configuration is commented out.
88
88
89
-
<<<<<<< HEAD
90
89
i. "enablejdkcert" parameter if set to true then it will read the JKS file specified at keysDirectory location. The file should be of the same name as specified in keyFilename.
91
90
92
91
j. cacerts this property will be considered only if "enablejdkcert" is set to true. If it is set to true then it means the JKS file is under cacerts folder of the JDK and
93
92
it will read the JKS file from cacerts.
94
93
95
94
k. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
96
-
=======
95
+
97
96
i. "allowRetry" config parameter will only work for HttpClient. Set allowRetry config parameter to "true" to enable retry mechanism and set merchant specific values for the retry.
98
97
Set integer values for config parameter numberOfRetries & retryInterval. Retry Interval is time delay for next retry in seconds. number of retry parameter should be set between
99
98
1 to 5 any other value will throw an Error Message. Refer to the "Retry Pattern" section below.
100
99
101
100
j. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
0 commit comments