last fix for first online

This commit is contained in:
Kevin Adametz 2019-03-28 14:51:50 +01:00
parent 6db007fc82
commit ebac67b81f
8 changed files with 269 additions and 258 deletions

View file

@ -109,7 +109,7 @@
<strong>BIC:</strong> {{ $pay_trans->transmitted_data['clearing_bankbic'] }} <br>
<strong>Bank:</strong> {{ $pay_trans->transmitted_data['clearing_bankname'] }} <br>
<strong>Gesamtbetrag:</strong> {{ number_format( floatval($pay_trans->shopping_payment->amount/100), 2, ",", ".") }} EUR<br>
<strong>Verwendungszweck:</strong> {{ $pay_trans->transmitted_data['clearing_bankcode'] }}
<strong>Verwendungszweck:</strong> {{ $pay_trans->transmitted_data['txid'] }}
</p>
<hr />
@endif