@@ -29,7 +29,7 @@ |
||
| 29 | 29 | |
| 30 | 30 | $redirect = collect(config('payu.redirect'))->map(function($value) use ($request, $status_url) { |
| 31 | 31 | $seperator = str_contains($value, '?') ? '&' : '?'; |
| 32 | - return url($value . $seperator . 'callback=' . $status_url); |
|
| 32 | + return url($value.$seperator.'callback='.$status_url); |
|
| 33 | 33 | })->all(); |
| 34 | 34 | |
| 35 | 35 | $form_fields = array_merge(['key' => config('payu.key'), 'hash' => $hash], |