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

URL QR v odpovedi po registraci

parent f39d7ba3
No related branches found
No related tags found
No related merge requests found
Pipeline #11755 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.13.0
IMAGE_VER: 0.13.1
services:
- docker:20.10.9-dind
......
......@@ -177,6 +177,7 @@ sub create ($c ) {
vs => sprintf(TPL_VS, $c->cfg->{payment_vs_prefix}, $order->id ),
ss => $c->cfg->{payment_ss},
ks => $c->cfg->{payment_ks},
qr => '/api/orders/' . $order->id . '/payment.png',
};
$c->render(
......
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