BrunoLC777

Untitled

Sep 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script src="https://js.stripe.com/v3/"></script>
  2. <script language="text/javascript">
  3. stripe.handleCardAction(
  4. '<?=$PI_id;?>',
  5. ).then(function(result) {
  6. // Handle result.error or result.paymentIntent
  7. });
  8. </script>
Add Comment
Please, Sign In to add comment