Skip to content

Commit

Permalink
Merge pull request #213 from 9oormthon-univ/fix/kakaopay
Browse files Browse the repository at this point in the history
Fix/kakaopay
  • Loading branch information
HyunWoo9930 authored Dec 7, 2024
2 parents f8ef18e + 9297d41 commit 3cba882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public ReadyResponse payReady(String userId, PayRequest payRequest) {
parameters.put("cid", "TC0ONETIME"); // 가맹점 코드(테스트용)
parameters.put("partner_order_id", "1234567890"); // 주문번호
parameters.put("partner_user_id", String.valueOf(userId)); // 회원 아이디
parameters.put("item_name", "ITEM_NAME"); // 상품명
parameters.put("item_name", "장부리치"); // 상품명
parameters.put("quantity", "1"); // 상품 수량
parameters.put("total_amount", payRequest.totalAmount()); // 상품 총액
parameters.put("tax_free_amount", "0"); // 상품 비과세 금액
Expand Down

0 comments on commit 3cba882

Please sign in to comment.