Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
the script are not showing storages correctly, if they are bigger the 999.999.999
could u fix please?
almacen = parseInt(almacen)/1000;
ret = mostrarNumero(almacen) + " k";
}
I TRIES THIS BUT DIDNT HELP ME...
almacen = parseInt(almacen)/1000000;
ret = mostrarNumero(almacen) + " M";
}