oseintow / laravel-shopify

Laravel Shopify Package
71 stars 42 forks source link

process_shopify_data -> process_oauth_result #21

Closed JonoHall closed 5 years ago

JonoHall commented 7 years ago

Hi there, just working my way through your repository and noticed your instructions refer to the following:

$redirectUrl = "http://mydomain.com/process_shopify_data";

but then go on to create a route:

Route::get("process_oauth_result",function(\Illuminate\Http\Request $request)

suggest changing the $redirectUrl line to:

$redirectUrl = "http://mydomain.com/process_oauth_result";

oseintow commented 5 years ago

Readme updated