Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Api-Release' into Api-Release
Browse files Browse the repository at this point in the history
# Conflicts:
#	Match-Api/src/main/java/com/example/matchapi/common/NicepayController.java
  • Loading branch information
imenuuu committed Oct 10, 2023
2 parents 1a49388 + 13eb647 commit cd75aee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public String indexDemo(
model.addAttribute("clientId", nicePayProperties.getClient());
model.addAttribute("returnUrl",serverHost+"/serverAuth");
return "index";
return "index";
}
@RequestMapping("/goPay")
Expand Down Expand Up @@ -87,4 +88,4 @@ public RedirectView requestPaymentAuth(
}
*/
}
}

0 comments on commit cd75aee

Please sign in to comment.