From 863618bed7a05a8ce04babb312525f168d11601f Mon Sep 17 00:00:00 2001 From: mohamamad Date: Wed, 30 Oct 2019 14:17:41 +0330 Subject: [PATCH] Change Mediana pattern --- app/Notifications/MobileVerified.php | 3 +-- app/Notifications/VerifyMobile.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/Notifications/MobileVerified.php b/app/Notifications/MobileVerified.php index 2a40c18..437d27e 100644 --- a/app/Notifications/MobileVerified.php +++ b/app/Notifications/MobileVerified.php @@ -15,7 +15,7 @@ class MobileVerified extends Notification implements ShouldQueue { use Queueable, SerializesModels; - const MEDIANA_PATTERN_CODE_USER_MOBILE_VERIFIED = '3bij4bu0m4'; + const MEDIANA_PATTERN_CODE_USER_MOBILE_VERIFIED = '04nl187z22'; public $timeout = 120; @@ -78,7 +78,6 @@ private function getInputData(): array 'name' => $this->getUserFullName(), 'request' => 'شماره موبایل', 'supportLink' => '', - 'site' => __('Site Name'), ]; } diff --git a/app/Notifications/VerifyMobile.php b/app/Notifications/VerifyMobile.php index b3f46db..1fae73b 100644 --- a/app/Notifications/VerifyMobile.php +++ b/app/Notifications/VerifyMobile.php @@ -15,7 +15,7 @@ class VerifyMobile extends Notification implements ShouldQueue { use Queueable, SerializesModels; - const MEDIANA_PATTERN_CODE_USER_SEND_VERIFICATION_CODE = '05evldaapu'; + const MEDIANA_PATTERN_CODE_USER_SEND_VERIFICATION_CODE = 'ss7c1fag17'; public $timeout = 120; @@ -67,7 +67,6 @@ private function getInputData(): array return [ 'name' => $this->getUserFullName(), 'code' => $this->user->getMobileVerificationCode(), - 'site' => __('Site Name'), ]; }