Skip to content

Commit

Permalink
결제 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
bongsh0112 committed Sep 27, 2023
1 parent 3b2f348 commit eac3d86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Api/src/main/resources/static/js/exchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ var paymentResult = obj => {
type : 'post',
url : '/user/session-info',
success : function(data, status, xhr) {
console.log(data)
userId = data.userId
},
error : function(xhr, status, error) {
console.log(data)
alert('결제 불가')
},
})
Expand Down

0 comments on commit eac3d86

Please sign in to comment.