credit card issues
This commit is contained in:
parent
1648d9558c
commit
17eb651979
3 changed files with 83 additions and 30 deletions
|
|
@ -55,7 +55,6 @@ $( document ).ready(function() {
|
|||
$form.find('[type=submit]').html('Validating <i class="fa fa-spinner fa-pulse"></i>');
|
||||
console.log("submiting2");
|
||||
var PublishableKey = window.stripeKey;
|
||||
alert(PublishableKey);
|
||||
Stripe.setPublishableKey(PublishableKey);
|
||||
Stripe.card.createToken($form, function stripeResponseHandler(status, response) {
|
||||
if (response.error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue