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/apole3b4iob9/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AYmc8L06IyWhB7bzWgkezJmYKgWLASXLgQXduARhF-oIc4ersRY4-hFSJJCwPO8ahkXNCtS6l_wqRjnT");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzQzNTcwZDI0MjJiYWRkNjcwNjVmY2Q3NDZjMjVhZTNmNjc3MTc2ZjUxZGRkOTc1NmZlMjk5YWUzNDg0NDVkZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMTlUMDg6MDY6MjAuODgyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU82akRLQW56OG0yYnNCR0RZemZ6Y29YU2pDa0VDdnctT3NCMzBxX2p5ekNybXY2TDJhQllQXzV1d1pjZUg5NXdHZ0dSV1lwXzAzRTlma3FleFhKS2tPM3JicGxBIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('643fa56720443', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('643fa56720443', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('643fa56720443', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('643fa56720443', 'paypal', 'buynow', 'rect', 'gold');
});
}