Changed codes from ING non-universal format to a Inforbank specific format (with explanation)
This commit is contained in:
parent
ffaa72dda0
commit
87907bb633
@ -82,7 +82,7 @@ class Overboeking
|
||||
"van" => $vanRekening['nr'],
|
||||
"naar" => $naarRekeningnr,
|
||||
"bedrag" => $bedrag,
|
||||
"type" => "GT" //GT staat voor internetbankieren
|
||||
"type" => "bg" //bg staat voor internetbankieren
|
||||
]);
|
||||
|
||||
//TODO update saldo
|
||||
|
@ -32,7 +32,7 @@ if (!$rekening) {
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>Datum</th>
|
||||
<th>Type</th>
|
||||
<th>Code</th>
|
||||
<th>Omschrijving</th>
|
||||
<th>Tegenrekening</th>
|
||||
<th>AF/BIJ</th>
|
||||
@ -60,6 +60,8 @@ foreach ($transacties as $transactie) {
|
||||
echo "</tr>";
|
||||
} ?>
|
||||
</table>
|
||||
<br/>
|
||||
<small>ba = betaalautomaat, bg = bankgiro/SEPA opdracht, id = Inforbank Direct Online Betalen (iDeal), sp = spoedbetaling</small>
|
||||
<?php
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user