fix of an redirect error´
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
Die Software-Instanz wird nach dem Absenden <strong>sofort für 30 Tage freigeschaltet</strong>. Die finale Laufzeit aktiviert sich automatisch nach Zahlungseingang durch Ihren Schulträger.
|
||||
</div>
|
||||
|
||||
<form id="checkout-form" method="POST" action="{{ url_for('booking_payment_async') }}">
|
||||
<form id="checkout-form" method="POST" action="{{ url_for('booking_payment') }}">
|
||||
<input type="hidden" name="package" value="{{ package_key }}">
|
||||
|
||||
<div class="booking-review__form-grid">
|
||||
|
||||
Reference in New Issue
Block a user