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/vqsi6s16km1o/plugin/12/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "Abjv38lQuamrNk3uZA5wX6R_JhNf78C6khE9TonlyxeHZjMvv2xTDv5lpt3dWsExvvuNbyBAPoqDhb0H");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGY5ZTY3YTA1ZDEwNzczM2Y1YWU3MTQyYmQzZGNjODU1YmYyMjRiZTI0NWE0YTdiNzExMGU2YTJiMmQ4N2Y3NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDktMDhUMTg6MzY6MjQuNzE5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVA3bXctMG9GVTZyT2NkZHNIUlRQUzlTY285YUlmeGFxTlo1cWdGWEU4V0pWcUtSMUkwWGxDUFBVci1GeEw2clIzZnpUWXJpa21QT3lrMlNXVTA4QVhXYnNTeUdBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('66ddf56938df2', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('66ddf56938df2', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('66ddf56938df2', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('66ddf56938df2', 'paypal', 'buynow', 'rect', 'gold');
});
}