PATH:
home
/
lab2454c
/
invest.westernclear.com
/
wp-content
/
plugins
/
portfolio
Stripe.setPublishableKey('pk_test_51Jf58xSCQQ84qVMJli5f03jheHIiS5LiL7iYkSB4YnufNOY8KwSd0a34gZzJX8T61sqMXMloGJA646dXUWRFqvBM00CZ9a3aPE'); function stripePay(event) { event.preventDefault(); if(validateForm() == true) { jQuery('#payNow').attr('disabled', 'disabled'); jQuery('#payNow').val('Payment Processing....'); Stripe.createToken({ number:jQuery('#cardNumber').val(), cvc:jQuery('#cardCVC').val(), exp_month : jQuery('#cardExpMonth').val(), exp_year : jQuery('#cardExpYear').val() }, stripeResponseHandler); return false; } } function stripeResponseHandler(status, response) { if(response.error) { jQuery('#payNow').attr('disabled', false); jQuery('#message').html(response.error.message).show(); } else { var stripeToken = response['id']; jQuery('#paymentForm').append("<input type='hidden' name='stripeToken' value='" + stripeToken + "' />"); jQuery('#paymentForm').submit(); } } function validateNumber(event) { var charCode = (event.which) ? event.which : event.keyCode; if (charCode != 32 && charCode > 31 && (charCode < 48 || charCode > 57)){ return false; } return true; } function validateForm() { return true; }
[+]
js
[-] portfolio.php-19-11-2021
[edit]
[+]
stripe-php
[+]
..
[-] Investments.php--
[edit]
[-] portfolio.php
[edit]
[-] Investments.php-29-10-2021
[edit]
[-] portfolio.php----subho-bk
[edit]
[-] Investments.php--28-last-su
[edit]
[+]
vendor
[-] Investments.php-pay-27
[edit]
[-] Investments.php----an-29
[edit]
[-] Investments.php-28-10-2021
[edit]
[+]
css
[-] portfolio.php-17-11-2021
[edit]
[-] portfolio.php--01
[edit]
[-] payment1.js-01-11-2021
[edit]
[-] Investments.php-01-11-2021
[edit]
[+]
images
[-] portfolio.php-24-11-2021
[edit]
[-] payment1.js
[edit]
[-] portfolio.php-18-11-2021
[edit]