Don't delete the SKUs so that the cart can call onRemoveFromCart

This commit is contained in:
Colin Kuskie 2008-03-19 22:43:05 +00:00
parent 1cb43b13af
commit ec3d2f1eb0

View file

@ -637,10 +637,10 @@ SKIP: {
ok(0, 'test keywords');
}
$taxableDonation->purge;
$taxFreeDonation->purge;
$cart->delete;
$book->delete;
$taxableDonation->purge;
$taxFreeDonation->purge;
}
sub getAddExceptions {