Merge branch 'main' of https://github.com/WDI-Ideas/cheerstothe_season_laravel11 into HritikCheers
This commit is contained in:
@@ -47,7 +47,6 @@ class SubscriptionController extends Controller
|
||||
|
||||
// $request['iam_principal_id'] = $user_id;
|
||||
|
||||
return view('Admin.pages.subscriptions.my-subscription', compact('faqs'));
|
||||
|
||||
$products = SubscriptionProducts::where('is_active', '1')->get();
|
||||
|
||||
@@ -178,7 +177,7 @@ class SubscriptionController extends Controller
|
||||
|
||||
//created by; Hritik
|
||||
//On - 02th July ,2024
|
||||
//use - to Create Subscription
|
||||
//use - to Create Subscription
|
||||
|
||||
public function subscriptionToPlan(Request $request)
|
||||
{
|
||||
@@ -221,7 +220,7 @@ class SubscriptionController extends Controller
|
||||
'subscriptionProductXid' => $subscriptionProductXid
|
||||
],
|
||||
'success_url' => route('thankyou'),
|
||||
|
||||
|
||||
// 'cancel_url' => "http://localhost/cheerstothe_season_2_o/my-subscription-page",
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user