clean up after doing cart test
This commit is contained in:
parent
25af23ff2c
commit
8242fa59fa
1 changed files with 3 additions and 0 deletions
|
|
@ -161,5 +161,8 @@ $product->purge;
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
# Cleanup
|
# Cleanup
|
||||||
END {
|
END {
|
||||||
|
if ($shipper) {
|
||||||
|
$shipper->delete;
|
||||||
|
}
|
||||||
$session2->close;
|
$session2->close;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue