shouldn't be there
This commit is contained in:
parent
86d20a586f
commit
cee5c563c4
1 changed files with 1 additions and 2 deletions
|
|
@ -2416,7 +2416,6 @@ sub saveRegistration {
|
||||||
$shoppingCart->add($eventId, 'Event');
|
$shoppingCart->add($eventId, 'Event');
|
||||||
$addedAny = 1;
|
$addedAny = 1;
|
||||||
}
|
}
|
||||||
if ($addedAny) {
|
|
||||||
#Our item plug-in needs to be able to associate these records with the result of the payment attempt
|
#Our item plug-in needs to be able to associate these records with the result of the payment attempt
|
||||||
my $counter = 0;
|
my $counter = 0;
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|
@ -2434,7 +2433,7 @@ sub saveRegistration {
|
||||||
$self->session->scratch->delete('currentBadgeId');
|
$self->session->scratch->delete('currentBadgeId');
|
||||||
$self->session->scratch->delete('currentMainEvent');
|
$self->session->scratch->delete('currentMainEvent');
|
||||||
$self->session->scratch->delete('currentPurchaseCounter');
|
$self->session->scratch->delete('currentPurchaseCounter');
|
||||||
}
|
|
||||||
# if ($self->session->form->get('checkoutNow')) {
|
# if ($self->session->form->get('checkoutNow')) {
|
||||||
# srand;
|
# srand;
|
||||||
# $self->session->http->setRedirect($self->getUrl("op=viewCart;something=".rand(44345552)));
|
# $self->session->http->setRedirect($self->getUrl("op=viewCart;something=".rand(44345552)));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue