Ben Rowe
Results
2
comments of
Ben Rowe
A work-around to this is to write your own class that resolves the service based on the service key ```
For anyone else that comes across this, you can pass through custom params when building the getAuthorizationUrl() ```php $stripe = new AdamPaterson\OAuth2\Client\Provider\Stripe($config); $stripe->getAuthorizationUrl(['stripe_user' => ['email' => '[email protected]']]); ```