Skip to content

Instantly share code, notes, and snippets.

@VantivSDK
Created January 9, 2019 19:35
Show Gist options
  • Save VantivSDK/58565a089c0623ad94aa1cb10801630c to your computer and use it in GitHub Desktop.
Save VantivSDK/58565a089c0623ad94aa1cb10801630c to your computer and use it in GitHub Desktop.
Configuration parameters for Hot-Hot feature
| 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 |
@VantivSDK
Copy link
Author

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