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
9f9d0492
Commit
9f9d0492
authored
Dec 02, 2024
by
Chanon.u
Browse files
Fix issue cannot save log when send error template
parent
14743758
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ManualResponse/ManualResponse.php
View file @
9f9d0492
...
@@ -227,7 +227,7 @@ class ManualResponse extends Component
...
@@ -227,7 +227,7 @@ class ManualResponse extends Component
'title'
=>
'Send Manual Response'
,
'title'
=>
'Send Manual Response'
,
'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'
]
??
$this
->
xmlData
[
'ReferenceNo'
]
??
''
,
'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