subscription page updated with errors

This commit is contained in:
Hritikkk9
2024-07-02 19:32:12 +05:30
parent 309b58a3d0
commit a254c0237d
3 changed files with 6 additions and 3 deletions

View File

@@ -216,7 +216,8 @@ class SubscriptionController extends Controller
'userEmail' => $userData->email_address,
'subscriptionProductXid' => $subscriptionProductXid
],
'success_url' => "{{route('thankyou')}}",
'success_url' => route('thankyou'),
// 'cancel_url' => "http://localhost/cheerstothe_season_2_o/my-subscription-page",
]);