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
fix: standardize redirect mode field names across payment methods
- Rename field keys from 'cc_mode', 'paypal_mode', 'bizum_mode' to unified 'mode'
- Update JavaScript selector to match actual HTML IDs
- Update gateway classes to read 'mode' field
- Update Blocks support classes to read 'mode' field
- Each payment method maintains separate mode configuration
Actual HTML IDs generated by WooCommerce:
- CC: #woocommerce_monei_mode
- PayPal: #woocommerce_monei_paypal_mode
- Bizum: #woocommerce_monei_bizum_mode
0 commit comments