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/fu14cinculel/plugin/13/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZ1KWbHQ0ykgQ-R13A8lA-enOybBH0RxKcBUxIlTOhyZIYfgdvMsRBP-9r7fEEjZXDpMh8b7t5RbaKuA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjNjNGY1Y2JkODVlZTAxMTZiMGQ2MzI4ZDMwM2U0OTA0Y2FjYzRmM2I3MjFhMTI2YjUzMmVmZWFiOGViNzAxZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDEtMzFUMDM6MTM6MDYuMTI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVA3ZHRXNWpRN21DMmxmRjQtd01YSGtIYnh5MkpVMDcxRlUwU25NeXpDOFUwSlhQRm5ISU83TmZBUmQzRnV0QkNuLTA4b2hvTTNCMUVWX0EwWmRxeDhUcktFT21RIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d888762efdb', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d888762efdb', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63d888762efdb', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63d888762efdb', 'paypal', 'buynow', 'rect', 'gold');
});
}