Skip to content

Commit de28b54

Browse files
Merge pull request #8 from PythonFloripa/dev
Dev
2 parents beaada0 + 7df680b commit de28b54

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

certified_builder/certified_builder.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,11 @@ def build_certificates(self, participants: List[Participant]):
6262
# "verificacao_url": "https://www.google.com"
6363
# }
6464
# }
65-
participant.validation_code = participant.formated_validation_code()
66-
65+
6766
participant.authenticity_verification_url = build_url_tech_floripa(
68-
solana_response.get("blockchain", {}).get("verificacao_url", ""),
69-
participant.validation_code,
70-
participant.event.order_id
67+
url_service_solona=solana_response.get("blockchain", {}).get("verificacao_url", ""),
68+
validation_code=participant.formated_validation_code(),
69+
order_id=participant.event.order_id
7170
)
7271

7372
if not participant.authenticity_verification_url:

0 commit comments

Comments
 (0)