исправлен баг в отправке для битрикса

This commit is contained in:
developer 2026-05-05 15:22:54 +08:00
parent 48871ad589
commit 74470a6a90
2 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@ protected static function booted()
if ($bitrixId->bx_id) {
return;
}
$sender = $this->getSender($bitrixId);
$sender = self::getSender($bitrixId);
if ($sender) {
$bitrixId->token = hash('sha256', $bitrixId->bx_id . $bitrixId->bitrixable_id . $bitrixId->bitrixable_type);
$sender->setCallbackUrl(

View File

@ -58,7 +58,6 @@ class="btn list-group-item list-group-item-action p-3 bg-white rounded border bo
</div>
</div>
</div>
</div>
</div>
@endif