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

Bugfix

parent 4dd42b63
No related branches found
No related tags found
No related merge requests found
Pipeline #19926 passed
......@@ -2,7 +2,7 @@ image: docker:latest
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.20.0
IMAGE_VER: 0.20.1
services:
- docker:dind
......
......@@ -194,7 +194,7 @@ sub create ($c ) {
status => 201,
json => {
%{ $rc->json },
payment_request => $c->_payment_request( $order ),
payment_request => $c->_payment_request( $local_order ),
}
);
}
......
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