Completed
Pull Request — master (#218)
by Arthur
05:39 queued 02:44
created
app/Http/Controllers/SubscriptionController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
         $paymentMethod = \Input::get('payment_method');
152 152
 
153 153
         if ($paymentMethod === 'balance' && $user->payment_method == 'gocardless-variable') {
154
-            $user->payment_method  = 'balance';
154
+            $user->payment_method = 'balance';
155 155
             $user->secondary_payment_method = 'gocardless-variable';
156 156
             $user->save();
157 157
         }
Please login to merge, or discard this patch.