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/b6frc44j1vgk/plugin/1/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQNtkpTDcz3zvtgF1rm3qlHA5axDDZofRK59-xR8Cr_Jbd1KHf6ZjhYSAEFciF1lfCyQS5uvV7G6OJi4");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjY1MjllZWQ4Njk2ZDJlZTNjOThlNmU4ZTI0ZDkyMmQ3MDNlZmYzN2I1NTlmNDA0MzNjMWQ4ZWY2YTYxMTBhYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMDJUMDY6MTg6MDcuMTc5NzAzMTk5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU52UEJ3ZWxWRHJYWmpveGxXbGhpNEg4M1BQWTVvdERUNDYxRmdWUzJuNjNXYkZ0d1JyNnZiX21fTExQVTRjWWJQUHBZZFR2UmFEYzVXdnBBQTlqdzk5NlFpSUlBIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67ece41145a88', 'paylater', 'paypal', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67ece41145a88', 'paylater', 'paypal', 'rect', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67ece41145a88', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67ece41145a88', 'paypal', 'buynow', 'rect', 'gold');
});
}