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