<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://js.tosspayments.com/v2/standard"></script>
</head>
<body>
<h2>결제 수단 변경</h2>
<script>
const clientKey = "${Config.TOSS_PAYMENT_CLIENTKEY}";
const customerKey = "${customerKey}";
const tossPayments = TossPayments(clientKey);
const brandpay = tossPayments.brandpay({customerKey, redirectUrl: "/"});
brandpay.openSettings();
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://js.tosspayments.com/v2/standard"></script>
</head>
<body>
<h2>결제 수단 변경</h2>
<script>
const clientKey = "${Config.TOSS_PAYMENT_CLIENTKEY}";
const customerKey = "${customerKey}";
const tossPayments = TossPayments(clientKey);
const brandpay = tossPayments.brandpay({customerKey, redirectUrl: "/"});
brandpay.openSettings();
</script>
</body>
</html>