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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ You do not need to download and build the source to use the SDK but if you want
69
69
- Set customHttpClassEnabled to true to make use of Custom Http Library.
70
70
- Enter the custom class name in customHttpClass field. Provide the full package name along with the class name.
71
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