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
The PaymentMethods::CARD payment method results in a bordered box in the gateway test meta box if the method has fields (such as with Mollie, in which case it is showing as an empty box because the field is only supported in WooCommerce):
This is caused by the payment method ID card being added as class, for which WordPress applies styling in the admin:
The
PaymentMethods::CARD
payment method results in a bordered box in the gateway test meta box if the method has fields (such as with Mollie, in which case it is showing as an empty box because the field is only supported in WooCommerce):This is caused by the payment method ID
card
being added as class, for which WordPress applies styling in the admin:wp-pay-core/views/meta-box-gateway-test.php
Lines 76 to 80 in c38da29
The text was updated successfully, but these errors were encountered: