Skip to content

Commit ff44a1e

Browse files
committed
fix: 결제 리다이렉트 위치 수정
1 parent 3260556 commit ff44a1e

File tree

1 file changed

+1
-1
lines changed
  • src/app/payment/check/confirm/success

1 file changed

+1
-1
lines changed

src/app/payment/check/confirm/success/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function getPayment({ paymentKey, orderId, amount }: PaymentRequestProps)
8484

8585
return {
8686
redirect: {
87-
destination: `/payments/fail?code=${err.code}&message=${err.message}&orderId=${orderId}`
87+
destination: `payment/check/confirm/fail?code=${err.code}&message=${err.message}&orderId=${orderId}`
8888
}
8989
};
9090
}

0 commit comments

Comments
 (0)