Cleaned code and prepared for API communications.

This commit is contained in:
Filipe Soccol
2024-12-01 11:50:08 -03:00
parent 92f6cb4d35
commit c4dae86b5f
6 changed files with 64 additions and 100 deletions

View File

@@ -140,8 +140,8 @@ onMounted(async () => {
/>
<div v-if="flowStep == Step.Buy">
<QrCodeComponent
:pixTarget="String(pixTarget)"
:tokenValue="tokenAmount"
:sellerId="String(pixTarget)"
:amount="tokenAmount"
@pix-validated="releaseTransaction"
v-if="!loadingLock"
/>