Skip to content

Conversation

@victormendoza96
Copy link
Contributor

TCCOMPLETADEFERREPYTON

@sonarqubecloud
Copy link


{{ response_data|prettyjson|highlight_code:"json" }}

<h2 class="mt-32" id="form">Otras utilidades</h2>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h2 class="mt-32" id="form">Otras utilidades</h2>
<h2 class="mt-32">Otras utilidades</h2>


{{ response_data|prettyjson|highlight_code:"json" }}

<h2 class="mt-32" id="form">¡Transacción confirmada!</h2>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h2 class="mt-32" id="form">¡Transacción confirmada!</h2>
<h2 class="mt-32">¡Transacción confirmada!</h2>

<li><span class="fw-700">Consultar Estado:</span> Hasta 7 días después de realizada la transacción, podrás consultar el estado de la transacción.</li>
</ul>

<form method="GET" action="{% url 'transaccion_completa_diferida:refund' %}">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we also include {% csrf_token %} in this form?

consultar el estado de la transacción.</li>
</ul>

<form method="GET" action="{% url 'transaccion_completa_diferida:capture' %}">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem, Shouldn't we also include {% csrf_token %} in this form?

Comment on lines +48 to +50



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants