@@ -105,7 +105,7 @@ |
||
| 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); |
@@ -265,7 +265,7 @@ |
||
| 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); |
@@ -38,7 +38,7 @@ |
||
| 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); |