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/oszxabgmsnh5/plugin/5/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AeCy3abXFpzTjlBpsIIo1GXCWTNBYDf8E9IPN56s_cYX7UwmgOKQSnWxeJkoJM3axpw8Fr1H8uCLzrKa");
script.setAttribute("data-currency", "IDR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWFlMTU2ZWMyNTQ4Njg3M2Q2MjU2YTJmNThkZDllNDA3ZGRmYjNkNzQ1ZDM5YTIyYjg0YjY4MjU0MTNkZWRiM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDctMzFUMjI6MjE6NDQuMjE5NjQ5Mjc4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU11MXJyQnUxa1JKUU9aVWNVVGk3SlVQR3A1enRlMExIbGxLbUNCSWhCY2xQbTJOUlh6U01NTm9Qc2tqdU02bUtxLWh4R3BINEwxN0xyTU1Sc0loei1sQ1lOaWF3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('688bec77b9fb4', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('688bec77b9fb4', 'paylater', 'paypal', 'rect', 'gold');
});
}