Skip to content

Commit

Permalink
chore: Promote to UAT (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitolo-Andrea authored Dec 6, 2024
1 parent 13846ba commit 7b80417
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private Mono<Tpp> createAndSaveNewTpp(TppDTO tppDTO, String tppId) {
return tppRepository.save(tppToSave)
.doOnSuccess(savedTpp -> log.info("[TPP-SERVICE][UPSERT] Created new TPP with tppId: {}", tppToSave.getTppId()))
.doOnError(error -> log.error("[TPP-SERVICE][SAVE] Error saving TPP with tppId {}: {}", tppToSave.getTppId(), error.getMessage()));

}

private void keyEncrypt(TokenSection tokenSection,KeyVaultKey keyVaultKey) {
Expand Down

0 comments on commit 7b80417

Please sign in to comment.