Update this test for adding a new PayDriver.

This commit is contained in:
Colin Kuskie 2009-05-14 03:43:24 +00:00
parent c4e12f2abe
commit 8d371b320c

View file

@ -142,9 +142,6 @@ is($newDriver->get('label'), 'Cold, stone hard cash', 'label passed correctly to
my $drivers = $pay->getDrivers();
use Data::Dumper;
diag Dumper $drivers;
my $defaultPayDrivers = {
'WebGUI::Shop::PayDriver::Cash' => 'Cash',
'WebGUI::Shop::PayDriver::ITransact' => 'Credit Card (ITransact)',