const confirm_url = 'https://api.tosspayments.com/v1/billing/' + result.billingKey;
console.log(confirm_url);
const options = {
method: "POST",
headers: {
Authorization: encryptedApiSecretKey,
"Content-Type": "application/json",
},
body: '{"customerKey": customerKey, "amount": 100000, "orderId": "SJ123123123", "orderName": "구독 1개월", "customerName": "테스터"}'
}
const confirm_url = 'https://api.tosspayments.com/v1/billing/' + result.billingKey;
console.log(confirm_url);
const options = {
method: "POST",
headers: {
Authorization: encryptedApiSecretKey,
"Content-Type": "application/json",
},
body: '{"customerKey": customerKey, "amount": 100000, "orderId": "SJ123123123", "orderName": "구독 1개월", "customerName": "테스터"}'
}