getting stripe wired in

This commit is contained in:
Chris Smith
2019-03-05 13:34:39 -06:00
parent 43263d97b6
commit c4575fa49d
7 changed files with 133 additions and 36 deletions

View File

@@ -29,5 +29,8 @@
}, false);
})();
</script>
<script type="application/javascript">
<?php include 'stripe.php'; ?>
</script>
</body>
</html>