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: zip/README
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,12 @@ Refer to our Developer's Guide for details <http://apps.cybersource.com/library/
71
71
k. "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.
72
72
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
73
73
1 to 5 any other value will throw an Error Message. Refer to the "Retry Pattern" section below.
74
+
75
+
l. Set ClientHttpFactoryEnabled to true to make us of Custom Http Library.
76
+
- Enter the custom class name in useClientHttpFactory field. Provide the full package name along with the class name.
77
+
example useClientHttpFactory= <packagename.customHttpClass>
74
78
75
-
l. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
79
+
m. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
76
80
77
81
##Testing the Client
78
82
1.) Unzip the downloaded zip file into a directory of your choice. It will create a directory called
0 commit comments