Skip to content
Snippets Groups Projects
Verified Commit af42e212 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Spravny VS

parent 2d8e1a0e
No related branches found
No related tags found
No related merge requests found
Pipeline #19927 passed
......@@ -2,7 +2,7 @@ image: docker:latest
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.20.1
IMAGE_VER: 0.20.2
services:
- docker:dind
......
......@@ -150,7 +150,7 @@ sub create ($c ) {
push @answers, (
{
question => $c->config->{pretix_qid_vs} ,
answer => $local_order->id,
answer => sprintf(TPL_VS, $c->cfg->{payment_vs_prefix}, $local_order->id ),
},
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment