Add OTC credit card payment method
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user