Passed
Push — master ( d44c16...e61ae6 )
by Kelvin
03:00
created
src/Payouts.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
     public function __construct()
28 28
     {
29 29
         //Base URL for the API endpoints. This is basically the 'common' part of the API endpoints
30
-         $this->mobile_payout_destination_url = config('chpter.mobile_payout_destination_url'); 	
31
-         $this->bank_payout_destination_url = config('chpter.bank_payout_destination_url'); 
32
-         $this->mobile_payout_url = config('chpter.mobile_payout_url'); 
33
-         $this->bank_payout_url = config('chpter.bank_payout_url'); 
34
-         $this->token = config('chpter.chpter_token'); 
35
-         $this->domain =config('chpter.domain');
30
+            $this->mobile_payout_destination_url = config('chpter.mobile_payout_destination_url'); 	
31
+            $this->bank_payout_destination_url = config('chpter.bank_payout_destination_url'); 
32
+            $this->mobile_payout_url = config('chpter.mobile_payout_url'); 
33
+            $this->bank_payout_url = config('chpter.bank_payout_url'); 
34
+            $this->token = config('chpter.chpter_token'); 
35
+            $this->domain =config('chpter.domain');
36 36
     }
37 37
 
38 38
     public static function createMobilePayoutDestination($type, $phone_number)
Please login to merge, or discard this patch.