We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5ed47 commit 1723fd9Copy full SHA for 1723fd9
src/main/java/com/backend/domain/payment/controller/ApiV1PaymentMethodController.java
@@ -191,7 +191,7 @@ public ResponseEntity<Void> confirmCallback(
191
paymentMethodService.saveOrUpdateBillingKey(memberId, confirm);
192
193
// 4) 성공 → FE /wallet 으로 리다이렉트
194
- String location = frontendBaseUrl + "/wallet?billing=success";
+ String location = frontendBaseUrl + "/wallet";
195
return ResponseEntity.status(302).header("Location", location).build();
196
197
} catch (Exception e) {
0 commit comments