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/7woa4tw7wso0/plugin/4/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZ-melK30t3uzJmH0Y8vZLMGTNhAKYm2YduDRRFvOIONjiBsznN89gbG2x-VLaIG__Qy0G3jhAVLql8O");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMTg2NzE4M2U3NzBjZDcwNmRjNjVkZTVmN2M5NDQ3ODZkZDMzM2M3MWE5YWQ3Y2VmYjRlNTYxN2E4MWM3YjE2ZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDItMDhUMjI6MTU6NDQuMzI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4tX0l3c3BFeXF0ZURjckxDeUpiSVRSUEc2YU40aGJtV2JnczZUX0k1RHRGaS1jNUNPNER0bElBd2x1ZlhDa2dGMW9EaE9PbmtBTDdVQVRzU0xRRGlxa0VCRU93In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e42563e9c2f', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e42563e9c2f', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('63e42563e9c2f', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('63e42563e9c2f', 'paypal', 'buynow', 'rect', 'gold');
});
}