Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <Payment>
  2. <!-- Number of minutes to wait between each check if a new file to process has arrived -->
  3. <FileCheckInterval>3</FileCheckInterval>
  4. <!-- Web address of a computer running the shell that communicates with online payment software -->
  5. <OnlinePaymentUrlLink>http://localhost:52097/</OnlinePaymentUrlLink>
  6. <!-- Timeout for response from Payment server (minutes) -->
  7. <OnlineResponseTimeout>5</OnlineResponseTimeout>
  8. <!-- Department code to use with online payment -->
  9. <OnlinePaymentCode>
  10. </OnlinePaymentCode>
  11. <!-- Number of seconds auto-redirection takes place after -->
  12. <OnlinePaymentAutoRedirect>
  13. </OnlinePaymentAutoRedirect>
  14. <!-- Redirect credit card payment message to file - applies only to DEBUG mode. -->
  15. <RedirectPaymentMsgToFile>False</RedirectPaymentMsgToFile>
  16. <DebugInterface>15</DebugInterface>
  17. </Payment>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement