Skip to content

Commit

Permalink
심사 전 운영환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
golony6449 committed Jun 25, 2024
1 parent 155cb34 commit 15ba2cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/Ticket/buy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ const BuyTicket = ({ onPaymentCompleted }: Props) => {

const IMP = window.IMP;
console.log(IMP);
IMP.init("imp96676915");

const imp = "imp96676915"
console.log(imp)
IMP.init(imp);

// 결제 모듈 띄우기
IMP.request_pay(
Expand Down

0 comments on commit 15ba2cc

Please sign in to comment.