Completed
Push — master ( 4dad35...95a90f )
by John
01:28
created
src/authnet/AuthnetApiFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
             static::USE_AKAMAI_SERVER      => 'https://api2.authorize.net/xml/v1/request.api'
90 90
         ];
91 91
         if (array_key_exists($server, $urls)) {
92
-           return $urls[$server];
92
+            return $urls[$server];
93 93
         }
94 94
         throw new AuthnetInvalidServerException('You did not provide a valid server.');
95 95
     }
Please login to merge, or discard this patch.