Skip to content

Commit 9052979

Browse files
committed
review change
1 parent bdd7f77 commit 9052979

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ You do not need to download and build the source to use the SDK but if you want
6666
- Number of retry parameter should be set between 1 to 5. Any other value will throw an Error Message.
6767
- Refer to the [Retry Pattern](README.md#retry-pattern) section below.
6868
- Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
69-
- Set ClientHttpFactoryEnabled to true to make us of Custom Http Library.
70-
- Enter the custom class name in useClientHttpFactory field. Provide the full package name along with the class name.
71-
example useClientHttpFactory= <packagename.customHttpClass>
69+
- Set customHttpClassEnabled to true to make use of Custom Http Library.
70+
- Enter the custom class name in customHttpClass field. Provide the full package name along with the class name.
71+
example customHttpClass= <packagename.customHttpClass>
7272
- Build this project using Maven.
7373
a. mvn clean // Cleans the Project
7474

zip/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Refer to our Developer's Guide for details <http://apps.cybersource.com/library/
7272
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
7373
1 to 5 any other value will throw an Error Message. Refer to the "Retry Pattern" section below.
7474

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>
7878

7979
m. Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
8080

0 commit comments

Comments
 (0)