I am experiencing same issues, did u find a fix for this?
Dec 1, 2016
3
Level 1
Stripe - Cannot charge a customer that has no active card
Hi Guys,
I am working through the tutorial on Customizing your Stripe Checkout - found here: https://laracasts.com/series/how-to-accept-payments-with-stripe/episodes/2.
I am getting an error message stating - "Card in ApiRequestor.php line 112: Cannot charge a customer that has no active card"
I have added the 'e' to the function parameter as such :
document.querySelector('button').addEventListener('click', function(e) {
stripe.open({
name: 'My Book',
description: 'Book Description',
zipCode: true,
amount:4500
});
e.preventDefault();
});
Any reason why I am still getting that error?
Kyle
Please or to participate in this conversation.