Skip to content

Commit

Permalink
Merge pull request #28 from cfarnleitner/master
Browse files Browse the repository at this point in the history
bank select issue
  • Loading branch information
jpy authored Jan 16, 2018
2 parents 4097438 + b484630 commit f6cb9aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<div class="input-box wirecard-checkoutpage-eps-fi">
<select id="payment[financialInstitution]"
name="payment[financialInstitution]"
/>
>
<?php foreach ($this->getFinancialInstitutions() as $short => $long) { ?>
<option value="<?php echo $short ?>"><?php echo $long ?></option>
<?php } ?>
</select>
</div>
</li>
</li>
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<div class="input-box wirecard-checkoutpage-ideal-fi">
<select id="payment[financialInstitution]"
name="payment[financialInstitution]"
/>
>
<?php foreach ($this->getFinancialInstitutions() as $short => $long) { ?>
<option value="<?php echo $short ?>"><?php echo $long ?></option>
<?php } ?>
</select>
</div>
</li>
</li>

0 comments on commit f6cb9aa

Please sign in to comment.