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/gyfz4ixaz3xg/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AWLWMgxR8tR71lwFEayThPDUO09Y77avdH5UEeyCTHAgSg_2e0N-B2o6gLc4Bh5D2ehTFwl25GW8PXb0");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNmNjZDA2ZDYyMGU0ZDBlZDNlYzBkNzUwNWUwYmE3NWJhOWZkNzVkZTc2YTk5ZmJiNzZkNWM2NDY5MDZlOGJhOXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMjhUMDM6MDY6MTIuMTQ5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9tSThaWHV3RXBJTzM5TDBlNDlicWpBRXBYbFphaXZKUkcydG96MTA2NDczQm56Q2FXRGUzSVBCTGw4WXNld2lRV1dBYzRGcms4aEN5MGk3ZGRqdkZqUUxoZ3lRIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6472c6966667d', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6472c6966667d', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6472c6966667d', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6472c6966667d', 'paypal', 'buynow', 'rect', 'gold');
});
}