Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/credit app acceptance #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

mg-sn
Copy link
Contributor

@mg-sn mg-sn commented Nov 14, 2024

No description provided.

fun acceptCreditApplication(@PathVariable id: String) {
// TODO: accept credit and create credit agreement
}
@PostMapping("/{id}/acceptance")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gonzo12 Hier musst du ggf. den FE-Pfad anpassen.

@@ -32,22 +33,28 @@ class CreditApplicationsController(
.map { creditDecisionCustomerTuple ->
// TODO: add a proper application/domain layer instead of just talking to a repo
logger.info("Selected credit decision and customer")
println("Selected credit decision and customer")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frudisch Ich nehme an, dass wir diese nicht mehr brauchen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant