-
Notifications
You must be signed in to change notification settings - Fork 45
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
Payment without user or invoice #10
Comments
Hi, I dont think this plugin will fit your needs then. I think you can try to set something up using Cashier: https://laravel.com/docs/5.0/billing . That integrates well with the User model I assume. |
Might be able to do a payment without a user, but definitely need an invoice to reference with the gateway. |
How would you go about doing a payment without a user? |
I just came here to create an issue to ask the same thing. I think it would be better if the User plugin dependency itself isn’t there and Pay plugin should work independent of this. The plugin could dynamically see if the user plugin exists and allow integration with it optionally. +1 |
Go for it guys, submit a pull request or bounty. |
Hi,
Thanx for this very promising plugin. I need to validate a user registration by a successful payment. But in your plugin, i feel that we must have a user and an invoice before.
How can i do that ?
Regards,
Thomas
The text was updated successfully, but these errors were encountered: