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.plentyone.com/i23vlmt0unbg/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Aca_DBhH9wSHJpKdRVVz0nppZbHELcMrCSb87pT8Esz8hQ-dq5v89YTmO5hmtC1XKFiFgBS_GX9m783c");
script.setAttribute("data-currency", "CHF");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDJhOGJiM2YyNTU4ZDY1MjY0MzE4YTZhMjZhZTk2YmQwNTY5YzQxODY4YTdkYzY2ODEzMGJlMGY2ZTI0OGI2MnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDYtMjdUMDI6Mzc6MzEuOTQ1NDE2ODkzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1WVFNaaWwybTNQN2hmSmp4NktGN0VjR3VOaDRZNlhhMnhQcG81TjhQNXZCZ2VLQmJidHRpU1Q4bzA0QWRqdmZwLUY5OEVtSkkydjRxX2NKZndNX3ZRV0U5MHZnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6a3f442214288', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6a3f442214288', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6a3f442214288', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6a3f442214288', 'paypal', 'buynow', 'rect', 'gold');
});
}