Skip to content

Commit

Permalink
Change Mediana pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadSH committed Oct 30, 2019
1 parent 48b0669 commit 863618b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/Notifications/MobileVerified.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -78,7 +78,6 @@ private function getInputData(): array
'name' => $this->getUserFullName(),
'request' => 'شماره موبایل',
'supportLink' => '',
'site' => __('Site Name'),
];
}

Expand Down
3 changes: 1 addition & 2 deletions app/Notifications/VerifyMobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -67,7 +67,6 @@ private function getInputData(): array
return [
'name' => $this->getUserFullName(),
'code' => $this->user->getMobileVerificationCode(),
'site' => __('Site Name'),
];
}

Expand Down

0 comments on commit 863618b

Please sign in to comment.