Cashier the same on laravel 5 as it is on laravel 4?
Just got done watching the videos on stripe. It was made for L4, would it all apply the same to L5, the L5 docs don't go over very much of the same stuff as the video did.
I followed the docs for L5, and I am getting InvalidArgumentException in StripeGateway.php line 99: No payment source provided.
I have included the Laravel\Cashier\CashierServiceProvider in my app config in the providers array. I also have set up my stripe key in the services.php config file.
I am wondering if I do not have my form setup right. should I be using data-number like mentioned in the video on this site, or from what I can see in the examples they put class="card-number stripe-sensitive" in their examples.