Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bank/bank.csv
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"BANK MEGA",426
"BANK JASA JAKARTA",427
"BANK BUKOPIN",441
"BANK SYARIAH MANDIRI",451
"BANK SYARIAH INDONESIA",451
"BANK BISNIS INTERNASIONAL",459
"BANK SRI PARTHA",466
"BANK JASA JAKARTA",472
Expand Down
2 changes: 1 addition & 1 deletion bank/bank.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<option value="426">BANK MEGA</option>
<option value="427">BANK JASA JAKARTA</option>
<option value="441">BANK BUKOPIN</option>
<option value="451">BANK SYARIAH MANDIRI</option>
<option value="451">BANK SYARIAH INDONESIA</option>
<option value="459">BANK BISNIS INTERNASIONAL</option>
<option value="466">BANK SRI PARTHA</option>
<option value="472">BANK JASA JAKARTA</option>
Expand Down
4 changes: 2 additions & 2 deletions bank/bank.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"code": "441"
},
{
"name": "BANK SYARIAH MANDIRI",
"name": "BANK SYARIAH INDONESIA",
"code": "451"
},
{
Expand Down Expand Up @@ -563,4 +563,4 @@
"name": "LINKAJA",
"code": "911"
}
]
]
2 changes: 1 addition & 1 deletion bank/bank.sql
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ INSERT INTO bank (name, code) VALUES
('BANK MEGA','426'),
('BANK JASA JAKARTA','427'),
('BANK BUKOPIN','441'),
('BANK SYARIAH MANDIRI','451'),
('BANK SYARIAH INDONESIA','451'),
('BANK BISNIS INTERNASIONAL','459'),
('BANK SRI PARTHA','466'),
('BANK JASA JAKARTA','472'),
Expand Down
2 changes: 1 addition & 1 deletion bank/bank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ banks:
- name: BANK BUKOPIN
code: 441

- name: BANK SYARIAH MANDIRI
- name: BANK SYARIAH INDONESIA
code: 451

- name: BANK BISNIS INTERNASIONAL
Expand Down
2 changes: 1 addition & 1 deletion bank/bank_new-array.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"code" => "441"
],
[
"name" => "BANK SYARIAH MANDIRI",
"name" => "BANK SYARIAH INDONESIA",
"code" => "451"
],
[
Expand Down
2 changes: 1 addition & 1 deletion bank/bank_old-array.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"code" => "441"
),
array(
"name" => "BANK SYARIAH MANDIRI",
"name" => "BANK SYARIAH INDONESIA",
"code" => "451"
),
array(
Expand Down