Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
50d9b931
Commit
50d9b931
authored
Nov 29, 2024
by
Chanon.u
Browse files
Add check null value on keep log when submit
parent
ba6abe16
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ManualResponse/ManualResponse.php
View file @
50d9b931
...
@@ -222,7 +222,7 @@ class ManualResponse extends Component
...
@@ -222,7 +222,7 @@ class ManualResponse extends Component
'detail'
=>
"Username: "
.
$userConnect
->
username
.
"
\n
Link: "
.
$userConnect
->
link
,
'detail'
=>
"Username: "
.
$userConnect
->
username
.
"
\n
Link: "
.
$userConnect
->
link
,
'xml_content'
=>
base64_encode
(
$this
->
xmlContent
),
'xml_content'
=>
base64_encode
(
$this
->
xmlContent
),
'reference_number'
=>
$this
->
xmlData
[
'ReferenceNumber'
],
'reference_number'
=>
$this
->
xmlData
[
'ReferenceNumber'
],
'declaration_number'
=>
$this
->
xmlData
[
'DeclarationNumber'
],
'declaration_number'
=>
$this
->
xmlData
[
'DeclarationNumber'
]
??
''
,
'link'
=>
$userConnect
->
link
'link'
=>
$userConnect
->
link
]);
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment