Changes

Jump to: navigation, search

Stripe Payment Processor

5 bytes added, 20:52, 11 January 2017
no edit summary
<pre>
var new_window;
new_window = window.open('/billing/bc_stripepayment.jsp?token=@pay_encoded_token@&payform=FORMID','Pay Stripe', <br/>'menubar=no,scrollbars=yes,width=400,height=300,status=no,resizable=yes,top=200,left=200,dependent=yes,alwaysRaised=yes');
new_window .opener = window;
new_window .focus();
</pre>
Smartstaff, administrator
4,478
edits

Navigation menu