Use live version of Stripe checkout

Fixes #2639
This commit is contained in:
Matt Lott 2015-05-11 21:26:06 -07:00
parent b7d1ab2b01
commit 896205bdf9
2 changed files with 12 additions and 13 deletions

View file

@ -60,6 +60,8 @@
})();
</script>
<script src="https://checkout.stripe.com/checkout.js"></script>
<!-- IE9 doesn't support defer attribute: https://github.com/h5bp/lazyweb-requests/issues/42 -->
<!--[if IE 9]>
<script src="/lib/ace/ace.js"></script>

File diff suppressed because one or more lines are too long