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/fln77ys9yddn/plugin/31/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Ac3wAngD74s5XJoZbzCl8a1m2wSABi-a74wbkIE-Xo8kD83_8rvy12B7cSWmk9sA8I7y71_ObQ2sLna7");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODZmOWFjODk3YmQzZTYzZTYxY2NkY2NiYjkzZmVmMTUyMTAxZmQ0M2RhYmZiZDZjMTE4NDg5ZTY2NmM2YzgxOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMzFUMDg6NTI6NDMuNjQxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1uSlk4LW41ZGRWZElvRlhMY0MzbEQwaFVJc2FkUWVnT2dzT3B0T2RiRGg1QTJ1ZW03NHBHUVlHN1U3Mk55b2pMb0ZzV0s5aFhVMW1jY283dllTN1RvT3hZTmlBIn19");
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", "Ac3wAngD74s5XJoZbzCl8a1m2wSABi-a74wbkIE-Xo8kD83_8rvy12B7cSWmk9sA8I7y71_ObQ2sLna7");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODZmOWFjODk3YmQzZTYzZTYxY2NkY2NiYjkzZmVmMTUyMTAxZmQ0M2RhYmZiZDZjMTE4NDg5ZTY2NmM2YzgxOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMzFUMDg6NTI6NDMuNjQxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1uSlk4LW41ZGRWZElvRlhMY0MzbEQwaFVJc2FkUWVnT2dzT3B0T2RiRGg1QTJ1ZW03NHBHUVlHN1U3Mk55b2pMb0ZzV0s5aFhVMW1jY283dllTN1RvT3hZTmlBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('647711f0a5a5f', 'card', 'buynow', 'rect', 'black');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('647711f0a5a5f', 'card', 'buynow', 'rect', 'black');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('647711f0a5a5f', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('647711f0a5a5f', 'paypal', 'buynow', 'rect', 'gold');
});
}