 
function proceed_to_payment(url) {
  document.location.href=url;
}  

