Add OTC credit card payment method

This commit is contained in:
2026-06-16 20:05:52 +02:00
parent 3acca065b1
commit 9e99060575
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -342,6 +342,7 @@ function render_auth_home_page(array $user, array $otcProducts = [], array $best
echo '<label class="sg-label" for="otc-payment-method">Bezahlung</label>';
echo '<select class="sg-interaction-element sg-input-single-line" id="otc-payment-method" data-otc-order-payment-method>';
echo '<option value="twint">Twint</option>';
echo '<option value="card">Kreditkarte</option>';
echo '<option value="cash">Barzahlung</option>';
echo '<option value="paypal">PayPal</option>';
echo '<option value="bank_transfer">Überweisung</option>';