Skip to content

Feat/tx complete mall#20

Merged
victormendoza96 merged 19 commits intodevelopfrom
feat/tx-complete-mall
Mar 31, 2026
Merged

Feat/tx complete mall#20
victormendoza96 merged 19 commits intodevelopfrom
feat/tx-complete-mall

Conversation

@victormendoza96
Copy link
Copy Markdown
Contributor

This pull request introduces a comprehensive set of additions to the transaccion_completa_mall JAVA app, implementing a full workflow for handling Mall Complete Transactions. The changes include new app configuration, URL routing, and a suite of template files that guide users through creating, confirming, consulting installments, refunding, and checking the status of transactions. The templates provide step-by-step instructions, sample code, and interactive forms for each stage of the transaction process.

index:
image

create:
image

installments:
image

commit:
image

refund:
image

status:
image

Comment on lines +78 to +80
<label for="deferredPeriodIndex" class="tbk-label"
>Indice de periodo diferido (opcional)</label
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
<label for="deferredPeriodIndex" class="tbk-label"
>Indice de periodo diferido (opcional)</label
>
<label for="deferredPeriodIndex" class="tbk-label">
Indice de periodo diferido (opcional)
</label>

/>
</div>
<div class="input-container mb-16">
<label for="gracePeriod" class="tbk-label"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

idem

</div>

<div class="tbk-card-footer mb-16">
<a href="#" id="confirmLink" class="tbk-button primary"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

idem, Adjust HTML Tag

/>

<div class="input-container mb-16">
<label for="idQueryInstallments" class="tbk-label"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

idem, Adjust HTML Tag


<div class="card-split-inputs">
<div class="col-6 input-container mb-3">
<label for="expiry" class="tbk-label"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Adjust HTML Tag

Comment on lines 33 to +34
<label for="expiry" class="tbk-label"
>Fecha de Vencimiento (MM/YY)</label
>
>Fecha de Vencimiento (MM/YY)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

<label for="expiry" class="tbk-label">

@sonarqubecloud
Copy link
Copy Markdown

@victormendoza96 victormendoza96 merged commit 54d0206 into develop Mar 31, 2026
3 checks passed
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