You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To display additional payment method fields we use some JavaScript in payment gateway configuration test meta box. however, we could also arrange this on the basis of HTML and CSS.
De input HTML was outside the HTML <form> so this was not working. We currently also only support subscriptions with Mollie and Mollie does not require fields. We could add support for this later in combination with pronamic/wp-pronamic-pay#331.
Currently we only support subscriptions in combination with Mollie. For Mollie there are no fields required. We will add support for this later. Perhaps in combination with pronamic/wp-pronamic-pay#331.
In the WordPress admin payment gateway configuration test meta box we let users select the payment method in a
<select>
:In the Pronamic Pay built-in form post type users currently can't choose the desired payment method. In #154 we are working towards support for this.
To display additional payment method fields we use some JavaScript in payment gateway configuration test meta box. however, we could also arrange this on the basis of HTML and CSS.
https://codepen.io/remcotolsma/pen/rNdPOQE
The display of the payment methods is then more like, for example, Adyen does in the web dropin.
The text was updated successfully, but these errors were encountered: