SEPA Payment
This commit is contained in:
parent
7ef7a507c7
commit
f117f79bb9
9 changed files with 286 additions and 95 deletions
|
|
@ -100,7 +100,7 @@
|
|||
|
||||
@if($pay_trans && $pay_trans->shopping_payment)
|
||||
|
||||
@if($pay_trans->shopping_payment->clearingtype == "vor")
|
||||
@if($pay_trans->shopping_payment->clearingtype === "vor")
|
||||
<h3>Bezahlung per Vorkasse:</h3>
|
||||
<p>Bitte überweise {{ number_format( floatval($pay_trans->shopping_payment->amount/100), 2, ",", ".") }} EUR auf die folgende Kontoverbindung, um den Kauf abzuschließen.
|
||||
<br>
|
||||
|
|
@ -114,11 +114,18 @@
|
|||
<hr />
|
||||
@endif
|
||||
|
||||
@if($pay_trans->shopping_payment->clearingtype == "cc")
|
||||
@if($pay_trans->shopping_payment->clearingtype === "cc")
|
||||
<h4>Bezahlung per Kreditkarte:</h4>
|
||||
<p>Deine Zahlung wurde genehmigt, eine Bestätigung der Zahlung wird automatisch erstellt.</p>
|
||||
<hr />
|
||||
@endif
|
||||
|
||||
|
||||
@if($pay_trans->shopping_payment->clearingtype === "elv")
|
||||
<h4>Bezahlung per SEPA:</h4>
|
||||
<p>Deine Zahlung wird bearbeitet, eine Bestätigung zur Zahlungsabwicklung wird automatisch erstellt.</p>
|
||||
<hr />
|
||||
@endif
|
||||
@endif
|
||||
<p>
|
||||
Dein Team von,<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue