Skip to content

Commit

Permalink
apply direct method for bypass in tosspay-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LimJiGyu committed Apr 3, 2024
1 parent 7433117 commit f2929b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/ko/pg/simple/tosspay-v2/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@ import Hint from "~/components/Hint.astro";
amount: 1000, // [필수 입력] 결제 금액
name: "주문명", // 주문명
cash_recipt_type: "person", // 현금영수증 발급 타입
bypass: JSON.stringify({
bypass: {
tosspay_v2: {
cashReceiptTradeType: "GENERAL", // 현금영수증 발급 대상 타입
sendFailPush: false, // 결제 실패 시 토스페이앱 푸시알람 발송 여부
},
}),
},
}),
});
```
Expand Down

0 comments on commit f2929b1

Please sign in to comment.