Passed
Branch master (8ab156)
by Curtis
28:23 queued 12:13
created
app/Http/Controllers/Stripe/Subscribe.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         if ($request->has('payment_method')) {
29 29
             $paymentMethod = $request->payment_method;
30 30
             $subscription = $user->newSubscription('default', $plan_id)
31
-                                 ->trialDays(14);
31
+                                    ->trialDays(14);
32 32
             if ($couponId = $request->input('coupon_id')) {
33 33
                 $subscription->withCoupon($couponId);
34 34
             }
Please login to merge, or discard this patch.