Skip to content

Commit

Permalink
minor fix to name
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoRuzzier committed May 8, 2024
1 parent 00fae75 commit b8a23e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ springdoc.group-configs[3].group=node_v2
springdoc.group-configs[3].displayName=API AFM-Calculator for node v2
springdoc.group-configs[3].paths-to-match=/**/multi,/info
springdoc.group-configs[4].group=v1_prod
springdoc.group-configs[4].displayName=API AFM-Calculator v1
springdoc.group-configs[4].displayName=API AFM-Calculator v1 Production
springdoc.group-configs[4].paths-to-match=/**/fees,/info

# Server
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ azure.storage.connection=AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqF
table.issuer-range=issuerrangetable

# Business config
payment.amount.threshold=0
payment.amount.threshold=0

# PSP Poste
pspPoste.id=testIdPspPoste
Expand All @@ -63,5 +63,5 @@ springdoc.group-configs[3].group=node_v2
springdoc.group-configs[3].displayName=API AFM-Calculator for node v2
springdoc.group-configs[3].paths-to-match=/**/multi,/info
springdoc.group-configs[4].group=v1_prod
springdoc.group-configs[4].displayName=API AFM-Calculator v1
springdoc.group-configs[4].displayName=API AFM-Calculator v1 Production
springdoc.group-configs[4].paths-to-match=/**/fees,/info

0 comments on commit b8a23e6

Please sign in to comment.