Fixed setup instructions.
This commit is contained in:
parent
e5efefda4a
commit
e7d930009a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue