Hoi Bailey,
I want to handle the authentication process with Laravel Socialite. How can we make this package compatibility with the Laravel Socialite package or is that not possible?
Also;
When I try to verify purchase code I am always getting a "400 Bad Request" message.
I am trying like so: $response = $client->user->sale(['code' => $purchase_code]);
The "code" parameter is not applied in to the url schema. Why?
Hoi Bailey,
I want to handle the authentication process with Laravel Socialite. How can we make this package compatibility with the Laravel Socialite package or is that not possible?
Also;
When I try to verify purchase code I am always getting a "400 Bad Request" message.
I am trying like so:
$response = $client->user->sale(['code' => $purchase_code]);The "code" parameter is not applied in to the url schema. Why?