@@ -28,7 +28,7 @@ |
||
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 | } |