Ivan Đurđevac
Results
2
issues of
Ivan Đurđevac
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...
enhancement
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(); ```...