if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/m7bh9ax271bz/plugin/6/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AY239-0ke1GJ_h9YLASeTjya5tEM6r4-xdAkKQmlhlLl6vTYyvYku3BWN_TQIZLzUHms3WruF_a7jJ-r");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWM1ZTRkMTg4MDVlMjE1YTlmZjRkMzUyZTdiNWEzZWEzZDg4NTViNGE4MWEwMjZkYjViN2U2YTAwY2MwZTY0NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMjVUMTA6MzI6MTcuMjEzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9wbzF1SG1Eb0EzcVROX2Fzei1sNkE5M3BVaTlOanNkakNVeU5JVmRSdzlud0ZIdExkU1ZTYmRTOFQ1RWVhTXR3VmpJNlB5VnFobi1CdHM5a3E0Unh0cUdsa2VnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AY239-0ke1GJ_h9YLASeTjya5tEM6r4-xdAkKQmlhlLl6vTYyvYku3BWN_TQIZLzUHms3WruF_a7jJ-r");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNWM1ZTRkMTg4MDVlMjE1YTlmZjRkMzUyZTdiNWEzZWEzZDg4NTViNGE4MWEwMjZkYjViN2U2YTAwY2MwZTY0NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMjVUMTA6MzI6MTcuMjEzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9wbzF1SG1Eb0EzcVROX2Fzei1sNkE5M3BVaTlOanNkakNVeU5JVmRSdzlud0ZIdExkU1ZTYmRTOFQ1RWVhTXR3VmpJNlB5VnFobi1CdHM5a3E0Unh0cUdsa2VnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6447b2064425a', 'paylater', 'paypal', 'rect', 'blue');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6447b2064425a', 'paylater', 'paypal', 'rect', 'blue');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6447b2064425a', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6447b2064425a', 'paypal', 'buynow', 'rect', 'gold');
});
}