fixed more c2 bugs

added a workflow activity that removes EMS items from the cart if they've been in there too long
This commit is contained in:
JT Smith 2008-04-09 22:48:15 +00:00
parent 7e4e7898c0
commit 02c24aa44a
7 changed files with 128 additions and 3 deletions

View file

@ -502,7 +502,7 @@ sub processTransaction {
if ($success) {
$transaction->completePurchase($transactionCode, $statusCode, $statusMessage);
$cart->onCompletePurchase;
$self->sendNotifications($transaction);
# $self->sendNotifications($transaction);
}
else {
$transaction->denyPurchase($transactionCode, $statusCode, $statusMessage);