diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 6e19a65b7..5403a6d9c 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -51,6 +51,7 @@ feature. - Added new asset type: File Pile. This allows you to do a mass upload of files and images. + - Added CDG Commerce iTransact payment plugin. (Martin Kamerbeek) 6.2.9 - bugfix [ 1058105 ] input tag has to be closed with / diff --git a/docs/gotcha.txt b/docs/gotcha.txt index b857215e5..a36e9054f 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -56,7 +56,12 @@ save you many hours of grief. * The default path for WebGUI backups is now /tmp/backups rather than /data/backups - + + * In order to use the CDG Commerce iTransact payment plugin you'll have to + make sure that the following modules are installed: + - XML::Simple + - LWP::UserAgent + - HTTP::Cookies 6.2.8 -------------------------------------------------------------------- diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index dc7f37aeb..1021c5610 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -34,7 +34,8 @@ passwordChangeLoggingEnabled = 1 # Commerce part # The PayFlowPro plugin is commented out because it depends on proprietary code from VeriSign -# paymentPlugins = PayFlowPro +# The ITransact plugin depends on XML::Simple. LWP::UserAgent and HTTP::Cookies. +# paymentPlugins = PayFlowPro, ITransact authMethods = LDAP, WebGUI