Created
January 9, 2019 19:35
-
-
Save VantivSDK/58565a089c0623ad94aa1cb10801630c to your computer and use it in GitHub Desktop.
Configuration parameters for Hot-Hot feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name | Example | Description | | |
| ----------------------- | --------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | |
| multiSite | false | Specifies if multi-site feature is enabled. Contact your RM to determine if you are eligible. Will cause transaction failures if set to true without Worldpay approval. | | |
| printMultiSiteDebug | false | If true and multiSite is true, will print debug messages on multi-site handling | | |
| multiSiteErrorThreshold | 5 | If multiSite is true, specifies the number of consecutive communication errors before switches to alternate site | | |
| maxHoursWithoutSwitch | 48 | If multiSite is true, max number of hours to remain on one site without switching, after which will switch to alternate site | |
Author
VantivSDK
commented
Jan 9, 2019
Name | Example | Description |
---|---|---|
multiSite | false | Specifies if multi-site feature is enabled. Contact your RM to determine if you are eligible. Will cause transaction failures if set to true without Worldpay approval. |
printMultiSiteDebug | false | If true and multiSite is true, will print debug messages on multi-site handling |
multiSiteErrorThreshold | 5 | If multiSite is true, specifies the number of consecutive communication errors before switches to alternate site |
maxHoursWithoutSwitch | 48 | If multiSite is true, max number of hours to remain on one site without switching, after which will switch to alternate site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment