Update this test to account for the new driver.

This commit is contained in:
Colin Kuskie 2009-05-19 22:16:57 +00:00
parent 45940ffa83
commit 9a6a2e4549

View file

@ -146,6 +146,7 @@ my $defaultPayDrivers = {
'WebGUI::Shop::PayDriver::Cash' => 'Cash',
'WebGUI::Shop::PayDriver::ITransact' => 'Credit Card (ITransact)',
'WebGUI::Shop::PayDriver::PayPal::PayPalStd' => 'PayPal',
'WebGUI::Shop::PayDriver::Ogone' => 'Ogone',
};
cmp_deeply( $drivers, $defaultPayDrivers, 'getDrivers returns the default PayDrivers');