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/6o3z34d57y8p/plugin/18/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQIyP2ay3GgoX85E6qZzmt6G6YBrNnDmsBpkPMDu9vyZ9zO7AxN8d2BasJ74Rvj1OK-3jwxpGMVw3l8P");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYWM1YzFiOTgwNmFkY2VmZTkwY2MzZDNjYzk0ZDBmZWQyNDk2ZDNiMjRmMGVhYTU3MzM1ZThiOGU2Mzg3MWE3MHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMzBUMTQ6Mzc6MzcuNTgwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5iNGlpM21tal9udTlIaGhqb1o1dW5QYUtBcGYzWGlHc1hjZ0RmaHBTYUl4ZlRjUnRwdnY5TGZrU29FVF92UlZqNWhvcVVMbUE3eDBVZHJUZk9TWlNCZUcyMjFBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('64760a3131172', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('64760a3131172', 'paypal', 'buynow', 'rect', 'gold');
});
}