Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxzodbek-uzb authored Apr 10, 2019
1 parent 02bd578 commit a80693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Route::any('/handle/{paysys}',function($paysys){

//here user redirects to payment system
Route::any('/redirect/{paysys}/{user_id}/{amount}',function($paysys, $user_id, $amount){
$user = App\User::find($user);
$user = App\User::find($user_id);
$url = 'https://payment.uz';
PayUz::driver($paysys)->redirect($user, $amount, 860, $url);
});
Expand Down

0 comments on commit a80693f

Please sign in to comment.