Skip to content

Commit

Permalink
Merge pull request #371 from sharemindteam/feat/free_open_payment_flo…
Browse files Browse the repository at this point in the history
…w_370

[Feat] 공개상담 결제 플로우 개선
  • Loading branch information
rmdnps10 authored Aug 1, 2024
2 parents b15265e + 65c3e26 commit de162c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Buyer/BuyerOpenConsultRequest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const BuyerOpenConsultRequest = () => {
isPublic: true,
};
await postOpenConsult(body);
navigate('/paymentFinish');
navigate('/consult?type=open-consult');
} else {
navigate('/openPaymentDetail');
}
Expand Down

0 comments on commit de162c6

Please sign in to comment.