Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
{block name='init-button'} <script> function waitPaypalIsLoaded() { if (typeof totPaypalSdkButtons === 'undefined' || typeof Shortcut === 'undefined') { setTimeout(waitPaypalIsLoaded, 200); return; } Shortcut.init(); Shortcut.initButton(); } waitPaypalIsLoaded(); </script> {/...