-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the customer on stripe #633
Labels
Comments
I had this on my list as well and a generic solution might work, however I'd also like to see some specific methods like |
Totally agree. I'm using this to update the Shipping address so I can see if I can write another one to do that specifically. |
Just another vote for this... |
Ah, brilliant! Thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I have the ability for the user to update their billing information in my system. I want to sync this with Stripe and I can't find a way to do this using Laravel Cashier. This is what I propose to add to the
Billable.php
file:Now I can use it like so:
$request->user()->updateStripeCustomer(['email' => 'billing@testcompany.com]);
The text was updated successfully, but these errors were encountered: