Completed
Push — master ( efd526...0cefc7 )
by Kazi Mainuddin
01:54
created
src/Controllers/PaymentController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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],
Please login to merge, or discard this patch.