Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
musica_listas_umusic
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cristian Mauricio Diaz Canales
musica_listas_umusic
Commits
c90f85f0
Commit
c90f85f0
authored
Jan 14, 2020
by
Cristian Mauricio Diaz Canales
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cambios manuel 14-01-2020
parent
784ff153
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
templates/frontend/paginas/resultado.html.twig
templates/frontend/paginas/resultado.html.twig
+4
-2
No files found.
templates/frontend/paginas/resultado.html.twig
View file @
c90f85f0
...
...
@@ -54,7 +54,7 @@
</div>
</div>
</div>
<div
id=
"loadingDiv"
style=
"display:block;color:black;"
>
Cargando medio de pago...
</div>
<!-- Bloque plan -->
<div
class=
"card mt-4 mb-4"
>
<div
class=
"card-body"
>
...
...
@@ -130,7 +130,7 @@
{%
endblock
%}
{%
block
javascripts
%}
{%
if
mostrarKushki
==
1
%}
<script
src=
"https://cdn.kushkipagos.com/kushki-checkout.js"
></script>
<script
src=
"https://cdn.kushkipagos.com/kushki-checkout.js"
></script>
<script
type=
"text/javascript"
>
var
kushki
=
new
KushkiCheckout
({
form
:
"
kushki-pay-form
"
,
...
...
@@ -142,6 +142,8 @@
inTestEnvironment
:
{{
isTest
}}
,
regional
:
false
// Optional
});
setTimeout
(
function
(){
$
(
"
#loadingDiv
"
).
hide
()},
5000
);
</script>
{%
endif
%}
</script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment