PPv2: Simplify "use the button/form below" on paypage.

This commit is contained in:
Martin Gross
2022-06-07 18:14:54 +02:00
parent 5b5cd72f80
commit 73f166c54a

View File

@@ -26,7 +26,7 @@
{% trans "Please turn on JavaScript." %}
</div>
</noscript>
<p>{% trans "Please use the button/form below to complete your payment." %}</p>
<p>{% trans "Please select how you want to pay." %}</p>
<div id="paypal-button-container" data-paypage="paypal_apm" class="text-center"></div>
<input type="hidden" name="payment_paypal_{{ method }}_oid" value="{{ oid }}" id="payment_paypal_{{ method }}_oid" />
<input type="hidden" name="payment_paypal_{{ method }}_payer" value="" id="payment_paypal_{{ method }}_payer" />