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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiY2QzNmU5YjlmYjFmY2Q4MzA4OTIyNjVmMTZiOTZjZWIxZTA3OWY2NTNhMjU1NWY0YWFjMGFmN2UwMDVhMGQ2OHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMzFUMDU6MTc6MjIuMTc3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBRLWJVR2hST250MDREeV9CNTlPS2hqY1JncllnMEw3LUlweS1MQm1ycEdxeFlOYVJqc0Z6SFNEcEYtNGM1MkVidkNWSkJRRGpmUU1yQTg0SGdQSG1YOFBoZTBnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "vi_VN");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('642679ec91fb7', 'paypal', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('642679ec91fb7', 'paypal', 'paypal', 'rect', 'gold');
});
}