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", "CNY");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDIxZTI1NzJkNTY0NWFiZWQwNzVhMjZiMTg0Mzk3MGUwMGVkZDZjMDA4M2NhNzE1ZjQxMWRiNWMxMmY2ZTZhM3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMDNUMDI6MDc6MTYuMDM2OTE1Mjk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9sYWF1ZXN2TjVHVDlGT3ZoNHZYYmg4Q05zVWZLTWxOS3JMVE1UYkJ3MEt5ZlR3MzZmZm5NdmtvT2JtMk9xTXlsb2p0Q0VHNk5GVTJ0Y0FVc3JqWjFUcWFaaU5nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67eded53a1b9b', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67eded53a1b9b', 'paylater', 'paypal', 'rect', 'gold');
});
}