Skip to content

Commit

Permalink
Merge pull request #153 from nhnacademy-be4-My-Books/feature/user
Browse files Browse the repository at this point in the history
Feature/user
  • Loading branch information
masiljangajji authored Mar 25, 2024
2 parents cebb703 + 254b64a commit 81d9624
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/resources/templates/assets/js/payment/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ document.addEventListener("DOMContentLoaded", function () {

async function payInfo(customerKey) {

console.log("확인용")
console.log(customerKey)

const response = await fetch("/pay/info/" + customerKey, {
method: "GET",
headers: {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
rel="icon"
href="https://static.toss.im/icons/png/4x/icon-toss-logo.png"
/>
<link rel="stylesheet" type="text/css" href="/style.css"/>
<!-- <link rel="stylesheet" type="text/css" href="/style.css"/>-->
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>결제 창</title>
Expand Down

0 comments on commit 81d9624

Please sign in to comment.