Adding the CDG Commerce payment plugin.
This commit is contained in:
parent
9e31680f41
commit
05a82847ab
3 changed files with 9 additions and 2 deletions
|
|
@ -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 /
|
||||
|
|
|
|||
|
|
@ -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
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue