added thank you page

fixed bug in minicart
added user transaction detail page
This commit is contained in:
JT Smith 2008-05-26 00:11:00 +00:00
parent c913c3ede3
commit 93454e36f9
9 changed files with 115 additions and 23 deletions

View file

@ -222,7 +222,7 @@ sub www_pay {
# Complete the transaction
my $transaction = $self->processTransaction( $billingAddress );
return $transaction->www_thankYou($session);
return $transaction->thankYou();
}
#-------------------------------------------------------------------