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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,10 @@ You do not need to download and build the source to use the SDK but if you want
66
66
- Number of retry parameter should be set between 1 to 5. Any other value will throw an Error Message.
67
67
- Refer to the [Retry Pattern](README.md#retry-pattern) section below.
68
68
- Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
69
-
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>
72
+
- The custom HTTP Class must have a three argument constructor which accepts MerchantConfig, DocumentBuilder and LoggerWrapper as argument. Then it should call the constructor of the parent class.
0 commit comments