Don't delete the SKUs so that the cart can call onRemoveFromCart
This commit is contained in:
parent
1cb43b13af
commit
ec3d2f1eb0
1 changed files with 2 additions and 2 deletions
|
|
@ -637,10 +637,10 @@ SKIP: {
|
|||
ok(0, 'test keywords');
|
||||
}
|
||||
|
||||
$taxableDonation->purge;
|
||||
$taxFreeDonation->purge;
|
||||
$cart->delete;
|
||||
$book->delete;
|
||||
$taxableDonation->purge;
|
||||
$taxFreeDonation->purge;
|
||||
}
|
||||
|
||||
sub getAddExceptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue