laravel-paddle
laravel-paddle copied to clipboard
Paddle.com API integration for Laravel with support for webhooks/events
This paddle package working fine for sandbox. But, if I change to `PADDLE_SANDBOX=false` and give my exact Paddle credentials for the production server, then it redirect me to this link:...
Hello! I'm using v2.4.0 and according to documentation I could set the vendor_id, vendor_auth_code and public_key on .env or in published config file. But I've set in .env and my...
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...
I mentioned this feature in #28. I added support for multi vendors via configuration in Request: Usage: ``` Paddle::product() ->generatePayLink([ 'vendor_id' => '44334', 'vendor_auth_code' => 'fdfsdfsdf' ]) ->productId('5345') ->send(); ```...
I am new to paddle. And I have a billing account instead of the classic one. Is this package compatible with the latest paddle account type? Thanks in advance!
I'm trying to install the package on the new laravel version but I get an error because of the package requirement new laravel using egulias/email-validator 4.1 but this package requires...