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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ Refer to our Developer's Guide for details <http://apps.cybersource.com/library/
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
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>
75
+
l. Set customHttpClassEnabled to true to make us of Custom Http Library.
76
+
- Enter the custom class name in customHttpClass field. Provide the full package name along with the class name.
77
+
example customHttpClass= <packagename.customHttpClass>
78
78
79
79
m. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
0 commit comments