Skip to content

Commit

Permalink
fix(currency): resolve currency for price precision
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 25, 2024
1 parent 51e4074 commit aed5aaf
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 1,356 deletions.
3 changes: 3 additions & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
"country": {
"address": "localhost:50053"
},
"currency": {
"address": "localhost:50053"
},
"tax": {
"address": "localhost:50053"
},
Expand Down
3 changes: 3 additions & 0 deletions cfg/config_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"country": {
"address": "resource-srv:50051"
},
"currency": {
"address": "resource-srv:50051"
},
"tax": {
"address": "resource-srv:50051"
},
Expand Down
13 changes: 13 additions & 0 deletions cfg/config_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,19 @@
]
}
}
},
"currency": {
"address": "localhost:50178",
"mock": {
"protoPath": "io/restorecommerce/currency.proto",
"packageName": "io.restorecommerce.currency",
"serviceName": "CurrencyService",
"protoLoadOptions": {
"includeDirs": [
"node_modules/@restorecommerce/protos/"
]
}
}
}
}
}
Loading

0 comments on commit aed5aaf

Please sign in to comment.