The Pronamic Pay plugin allows you to easily accept payments with payment methods like credit card, iDEAL, Bancontact and Sofort through a variety of payment providers on your WordPress website.
With iDEAL Advanced, the Pronamic payment method used to add the issuer input field at checkout. Since Pronamic Pay version 9.0.0 this is no longer the case. This now results in an error message:
BIC invalid. Field generating error: issuerID
The $gateway->payment_method_is_required() was used to set the payment method to iDEAL in this case:
I think this problem is so small that it has no added value to come up with a solution for this. Most users will now also use the iDEAL gateway within the extensions for the iDEAL payment method.
With iDEAL Advanced, the Pronamic payment method used to add the issuer input field at checkout. Since Pronamic Pay version
9.0.0
this is no longer the case. This now results in an error message:The
$gateway->payment_method_is_required()
was used to set the payment method to iDEAL in this case:We've removed this method, maybe we can find an other solution to:
null
) payment method.