Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Created November 29, 2016 10:23
Show Gist options
  • Select an option

  • Save mehdichaouch/de31a6eada4becc96649fea2b8bad354 to your computer and use it in GitHub Desktop.

Select an option

Save mehdichaouch/de31a6eada4becc96649fea2b8bad354 to your computer and use it in GitHub Desktop.
Bookmarklet to fill Ogone CB
(function(){document.getElementById('Ecom_Payment_Card_Number').value=4111111111111111;document.getElementById('Ecom_Payment_Card_ExpDate_Month').selectedIndex=12;document.getElementById('Ecom_Payment_Card_ExpDate_Year').selectedIndex=2;document.getElementsByName('Comp_Expirydate')[0].value=201712;document.getElementById('Ecom_Payment_Card_Verification').value=123;document.getElementById('submit3').click();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment