Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
konaspi2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
konaspi2024
Commits
ed9c1b88
Commit
ed9c1b88
authored
a year ago
by
Triyah Fatmawati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update nomor VA
parent
3059e94a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/Http/Controllers/RegistrasiController.php
+2
-2
resources/views/email/selesai_pembayaran.blade.php
+1
-1
No files found.
app/Http/Controllers/RegistrasiController.php
View file @
ed9c1b88
...
...
@@ -269,7 +269,7 @@ public function getDataRegis($va)
{
$registrasi
=
Registrasi
::
query
()
->
with
(
'pkKegiatan'
,
'pkRegistrasiPeserta.rKegiatanPeserta'
,
'pkRegistrasiPeserta.rKonferensiPeserta'
)
->
where
(
'
kode_registrasi
'
,
$va
)
->
where
(
'
nomor_va
'
,
$va
)
->
first
();
$konvensi
=
Kegiatan
::
query
()
->
find
(
'498633a9-082c-4a4a-9dbd-e20b678ec15e'
);
...
...
@@ -316,7 +316,7 @@ public function updatePembayaran(Request $request, $va)
$registrasi
=
Registrasi
::
query
()
->
with
(
'pkKegiatan'
,
'pkRegistrasiPeserta.rKegiatanPeserta'
,
'pkRegistrasiPeserta.rKonferensiPeserta'
)
->
where
(
'
kode_registrasi
'
,
$va
)
->
where
(
'
nomor_va
'
,
$va
)
->
update
([
'tanggal_bayar'
=>
Carbon
::
now
()
]);
...
...
This diff is collapsed.
Click to expand it.
resources/views/email/selesai_pembayaran.blade.php
View file @
ed9c1b88
...
...
@@ -33,7 +33,7 @@
<div class="
col
-
md
-
6
">
<address>
<strong>Metode Pembayaran:</strong><br>
Virtual Account : {{$registrasi['
kode_registrasi
'] ?? 'param' }}<br>
Virtual Account : {{$registrasi['
nomor_va
'] ?? 'param' }}<br>
{{-- {{$registrasi['email'] ?? 'param' }} --}}
</address>
</div>
...
...
This diff is collapsed.
Click to expand it.
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