-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] 결제 정보 dbml 수정 #30
Conversation
bongsh0112
commented
Sep 18, 2023
- 결제 정보 dbml 수정
pg : "kakaopay.TC0ONETIME", | ||
pay_method : 'card', | ||
merchant_uid: "09090902", // 계속 바뀌게 설정해야함. 결제에서 가장 중요한 정보 -> 이걸로 결제 하나하나를 식별함 | ||
name : '당근 10kg', | ||
amount : 1004, | ||
buyer_email : 'Iamport@chai.finance', | ||
buyer_name : '아임포트 기술지원팀' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 부분 html에서 가져올 수 있게 샘플코드만 변형해주세요
IMP.request_pay({ | ||
pg : "tosspay.tosstest", | ||
pay_method : 'card', | ||
merchant_uid: "1341", | ||
name : '당근 10kg', | ||
amount : 1004, | ||
buyer_email : 'Iamport@chai.finance', | ||
buyer_name : '아임포트 기술지원팀' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위와 동일해요~
IMP.request_pay({ | ||
pg : "html5_inicis.INIBillTst", | ||
pay_method : 'card', | ||
merchant_uid: "57854673", | ||
name : '당근 10kg', | ||
amount : 1004, | ||
buyer_email : 'Iamport@chai.finance', | ||
buyer_name : '아임포트 기술지원팀' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위와 동일해요~
msg += '// 카드 승인번호 : ' + response.apply_num; | ||
|
||
postPayInfo(true); | ||
console.log(msg); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console말고 alert로 실패 성공을 알려주면 되지않을까요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파양!