브랜드페이 원터치 결제 sdk 문의드립니다

v1 sdk. sdk? async function toggleOneTouch() {
var result = await brandpay.toggleOneTouchPay()
if (result === true || result.isEnabled === true) {
oneTouchEnabled = true;
$('#agreeOneTouchCheckIcon').attr("src", "https://cdn.pillyze.io/web/img/check-3c.webp");
} else {
oneTouchEnabled = false;
$('#agreeOneTouchCheckIcon').attr("src", "https://cdn.pillyze.io/web/img/check-3.webp");
}
}
2025-04-21_2.39.07.png
Was this page helpful?