Passed
Push — master ( 11a31a...f433ba )
by Mattia
05:43
created
src/Tran/IgfsCgConfirm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
             IgfsUtils::getValue($response, 'addInfo2'), // UDF2
106 106
             IgfsUtils::getValue($response, 'addInfo3'), // UDF3
107 107
             IgfsUtils::getValue($response, 'addInfo4'), // UDF4
108
-            IgfsUtils::getValue($response, 'addInfo5'),  // UDF5
108
+            IgfsUtils::getValue($response, 'addInfo5'), // UDF5
109 109
         ];
110 110
         // signature dove il buffer e' cosi composto TID|SHOPID|RC|ERRORDESC|ORDERID|DATE|UDF1|UDF2|UDF3|UDF4|UDF5
111 111
         return $this->getSignature($fields);
Please login to merge, or discard this patch.
src/Init/IgfsCgInit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
             IgfsUtils::getValue($response, 'rc'), // RC
266 266
             IgfsUtils::getValue($response, 'errorDesc'), // ERRORDESC
267 267
             IgfsUtils::getValue($response, 'paymentID'), // PAYMENTID
268
-            IgfsUtils::getValue($response, 'redirectURL'),  // REDIRECTURL
268
+            IgfsUtils::getValue($response, 'redirectURL'), // REDIRECTURL
269 269
         ];
270 270
         // signature dove il buffer e' cosi composto TID|SHOPID|RC|ERRORDESC|PAYMENTID|REDIRECTURL
271 271
         return $this->getSignature($fields);
Please login to merge, or discard this patch.
src/Laravel/PagOnlineServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function registerFactory()
40 40
     {
41
-        $this->app->singleton('igfscg', function () {
41
+        $this->app->singleton('igfscg', function() {
42 42
             return new IgfsCgFactory();
43 43
         });
44 44
         $this->app->alias('igfscg', IgfsCgFactory::class);
Please login to merge, or discard this patch.