Skip to content

Commit

Permalink
Merge pull request #9 from black-coffee04/1.0.dev
Browse files Browse the repository at this point in the history
Fix Bug Endpoint pemberhentian
  • Loading branch information
black-coffee04 authored Jul 16, 2024
2 parents 62cf8e4 + 8c2bb7a commit 4ef4e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/PemberhentianService.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function get(string $tanggalAwal, string $tanggalAkhir): array
$tanggalAwalFormatted = date('d-m-Y', strtotime($tanggalAwal));
$tanggalAkhirFormatted = date('d-m-Y', strtotime($tanggalAkhir));

$endpoint = '/apisiasn/1.0/pemberhentian/list';
$endpoint = '/apisiasn/1.0/pns/list-pensiun-instansi';
$args = [
'tglAwal' => $tanggalAwalFormatted,
'tglAkhir' => $tanggalAkhirFormatted,
Expand Down

0 comments on commit 4ef4e8a

Please sign in to comment.