Skip to content

Commit

Permalink
ajuste
Browse files Browse the repository at this point in the history
  • Loading branch information
Elicarlos committed Feb 18, 2024
1 parent a728b24 commit 3f6fe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion participante/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def pagamento(request):
payload = Payload(nome_usuario, 'ffc5effd-f33d-4959-b115-da3e9954c1a4', str(total_formatado), 'Teresina', str(codigo_transacao), qr_code_path)
payload.gerarQrCode(payload, qr_code_path)
payload.gerarPayload()
qr_code_path = qr_code_path + f'\pixqrcodegen.png'
qr_code_path = qr_code_path + f'/pixqrcodegen.png'
print(qr_code_path)
# Atualiza o caminho do QR code na transação
transacao.qrcode_path = qr_code_path
Expand Down

0 comments on commit 3f6fe02

Please sign in to comment.