Guest User

Untitled

a guest
Aug 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $('#custom_currency').change(function() {
  2. $('.stripe-button').data('currency', $(this).val());
  3. });
Add Comment
Please, Sign In to add comment