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/1gqkbuhbmmsq/plugin/30/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZtnZXua5a6JaZ__0EK0ITAmr-UI6DTi0JBAxRJNOVHjR9CJdrmYaefBIQrrTisIH2F05nb4JWbgFXIm");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYWYxN2M0MWIyMjk3NjE4MDVkNWEzOGNlMWI3ZDczNTFkOTk3OTRkZmI4MzY5ZDQ0ZDQ3NjVhYTNjNDE1YTk3ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDgtMDlUMTQ6MDM6NTYuMzI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1MWm02cnZFUm8yVjdreWVOb0hUWEhzSi1KQnZRRjBXQ3JwaFVRWDRIVzFqV2cxV0FXS2pkWVpUbGxna0ZUOGMya2x2aDBLcFgzbkpfTkhLSzUtS0p1OFFhazJnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62f2765d568bf', 'paylater', 'paypal', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62f2765d568bf', 'paylater', 'paypal', 'rect', 'white');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62f2765d568bf', 'paypal', 'pay', 'rect', 'white');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62f2765d568bf', 'paypal', 'pay', 'rect', 'white');
});
}