if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/5248o0ngljrd/plugin/32/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWo9EvJb5DLS6WOOoE_QXzn-AycIX2gZfgnjPauw8rLn7PlEdP6Q69OPUSm5a82DPq1EOsoUZ6E1bk-_");
script.setAttribute("data-currency", "USD");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTY3YWZlZGJlYTk1ZTliNGNjMzIyMDYxMGI4OTliNjI1OTBlNGUxOTI5YzdkN2Q3ODQ1YTdiMDk5ZDM3MjEwN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMzBUMTQ6MTY6NTguOTE2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1DSjVFWXBBbXJ1X0c2SlYxMGFUSktPN3ktTGpvZGw1cG5ieENHOHExT3BwZm1IbUlnbjZScEZSYi1Ld0lZenJEaVctX2t2RmVjMVNfenZSeU4yQm84MzhpOGNBIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "vi_VN");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64259bf7194da', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64259bf7194da', 'paypal', 'paypal', 'rect', 'gold');
});
}