Fixed setup instructions.

This commit is contained in:
Martin Kamerbeek 2009-05-15 13:34:39 +00:00
parent e5efefda4a
commit e7d930009a

View file

@ -523,7 +523,7 @@ sub www_edit {
my $form = $self->getEditForm;
$form->submit;
my $processUrl = $self->session->url->getSiteURL.'/?shop=pay;method=do;do=processTransaction;paymentGatewayId='.$self->getId;
my $processUrl = $self->session->url->getSiteURL.'/?shop=pay&method=do&do=processTransaction&paymentGatewayId='.$self->getId;
my $output = '<br />';
$output .= sprintf $i18n->get('ogone setup'), $processUrl, $processUrl;