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/m16m8icxiam3/plugin/37/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQ1r0BdlRUcog1igNZtM8rKob8hXhUnAzcZ4T2GNe_UQ1y6gWR7fKaqDzBAbzjG6IZZjzhRCSvmqIQ-x");
script.setAttribute("data-currency", "BRL");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDhmYzc4MzgzZmIyODY2MDdhZmQ3OGE2YTI4ZjI0ZTEwYzc4NGU5ZDQwM2NlMmY3MDU1ZmMwNjkxZDY2MTI4OXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTEtMDJUMTk6Mzc6MTkuNDA2MzU1ODY3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBuN0V2enR4bDRkaXlqRTg3S3UtdXdMUWlhYUdvam1qQnNkWEU4MldJSE1pNjhFSWhwY2VsZXZLU3czT2Nrc2hhVWpzdkpoUTFkRG9SM3BxUThRcFVQd2ZLVC1nIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6907bc1148131', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6907bc1148131', 'paypal', 'buynow', 'rect', 'gold');
});
}