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/zfwp2u2jrnkq/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVvlb7VNWBMOw8kf4U6KK8VecFvPW2nKtv6sskYppJmendOcv3Z3dtf15g_FL7AhUMDp-qXgKfcdVK4d");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzE0MGFiMTNjYTU3MDBhMGJhNjA3NTJiMDNkOTA2ZTcxOTRlNDM4OGMzZmM2YWE0MWFiMzAzM2ZiYWY2YjAyNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTItMDFUMjM6NDU6NDcuNDYxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9tS0RrU3VGanFYU3AzS3pTbmFaMkI3Y250X1o4c2FLcl9ZWGNNek1pVmxZVllOLUJyRVVRNUlnWHJDRTViSm5ZbGlTTWt1VU01aFRJNl9ZMTVNVGtNWHgyWkl3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('656a7394682b7', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('656a7394682b7', 'paypal', 'buynow', 'rect', 'gold');
});
}