laravel-paddle
laravel-paddle copied to clipboard
Multi vendor support?
At the moment, this library can be user for one vendor. What if our app has multiple tenants, and for each one of them we want to allow payments?
That would be possible if Request
would not overwrite the vendor id
and vendor_auth_code
. and just read them from the config if the values do not exist in the $data
.
If you would support PR for this, I can do that.
I would definitely support a PR for this, that's a great feature!
@pascalbaljet Ok you can close the issue, I will work on this feature.
Can you also apply that logic for the paddle sandbox configuration please? Make it dynamic and not only configurable via the .env file :) thank you!
@pascalbaljet Let me know what do you think about the overloading sandbox from config for:
- blade directive
- Request