Add the Ogone payment driver to the default WebGUI.conf file.
This commit is contained in:
parent
cbb32cbce8
commit
814a77b739
1 changed files with 2 additions and 1 deletions
|
|
@ -177,7 +177,8 @@
|
|||
"paymentDrivers" : [
|
||||
"WebGUI::Shop::PayDriver::Cash",
|
||||
"WebGUI::Shop::PayDriver::ITransact",
|
||||
"WebGUI::Shop::PayDriver::PayPal::PayPalStd"
|
||||
"WebGUI::Shop::PayDriver::PayPal::PayPalStd",
|
||||
"WebGUI::Shop::PayDriver::Ogone"
|
||||
],
|
||||
|
||||
# List the shipping drivers you have installed and wish to be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue