This commit is contained in:
2025-09-09 11:07:35 +05:00
parent 0b63d9098e
commit 5cb2f9027c

View File

@@ -50,6 +50,10 @@ class SyncWithSystem extends Action
return ActionResponse::danger('Bu resource tapylmady');
}
if (! $relatedResource->branch) {
return ActionResponse::danger('Şahamça bilen birikdirilmedik');
}
$username = $relatedResource->branch->billing_sber_username;
$password = $relatedResource->branch->billing_sber_password;