date updated

This commit is contained in:
Hritikkk9
2024-07-11 11:47:31 +05:30
parent 493a3facbe
commit 3f9f711565
2 changed files with 3 additions and 3 deletions

View File

@@ -210,8 +210,8 @@ class StripeWebhookController extends Controller
$getUserData = IamPrincipal::where('id', $userId)->first();
$title = "Congratulations you subscription is now active";
$message = $getUserData->first_name . " has subscribed for " . $subscriptionProductData->_name . " subscription";
$title = "Congratulations your subscription is now active";
$message = $getUserData->first_name . " has subscribed for " . $subscriptionProductData->name ;
$content_type = "new_subscription";
onesignalhelper::sendNotificationApi($getUserData->one_signal_player_id, $title, $message, $content_type, $image = null, $id = null);