do not delete the default payment gateways!

This commit is contained in:
Colin Kuskie 2008-07-21 16:06:48 +00:00
parent c4d9462790
commit a3274f47ec

View file

@ -471,7 +471,7 @@ my $count = $session->db->quickScalar('select count(*) from paymentGateway where
$driver->paymentGatewayId
]);
is ($count, 0, 'delete deleted the object');
is ($count, 0, 'delete deleted the object');
undef $driver;
@ -481,5 +481,4 @@ undef $driver;
#----------------------------------------------------------------------------
# Cleanup
END {
$session->db->write('delete from paymentGateway');
}