Add new PayPal drivers, remove old one.

This commit is contained in:
Colin Kuskie 2009-07-23 20:57:26 +00:00
parent f2a295dc21
commit 8d1d8ca2f1

View file

@ -177,7 +177,8 @@
"paymentDrivers" : [ "paymentDrivers" : [
"WebGUI::Shop::PayDriver::Cash", "WebGUI::Shop::PayDriver::Cash",
"WebGUI::Shop::PayDriver::ITransact", "WebGUI::Shop::PayDriver::ITransact",
"WebGUI::Shop::PayDriver::PayPal", "WebGUI::Shop::PayDriver::PayPal::PayPalStd",
"WebGUI::Shop::PayDriver::PayPal::ExpressCheckout",
"WebGUI::Shop::PayDriver::Ogone" "WebGUI::Shop::PayDriver::Ogone"
], ],