Passed
Pull Request — master (#80)
by
unknown
02:33
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function setData()
42 42
     {
43
-        if (config('payment.octane',false)) 
43
+        if (config('payment.octane', false)) 
44 44
         {
45 45
             $this->requestData = request()->all();
46 46
             $this->postData = null;
Please login to merge, or discard this patch.