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 plugin throws a critical error during BLIK payment processing due to an undefined constant WP_TPAY_BLIK_PREFIX. This occurs when attempting to process payments using the BLIK payment method.
Error Details
Uncaught Error: Undefined constant "Tpay\Helpers\WP_TPAY_BLIK_PREFIX" in /wp-content/plugins/tpay-woocommerce/includes/Helpers/GatewayHelper.php:94
Description
The plugin throws a critical error during BLIK payment processing due to an undefined constant
WP_TPAY_BLIK_PREFIX
. This occurs when attempting to process payments using the BLIK payment method.Error Details
Environment
Stack Trace
Steps to Reproduce
Expected Behavior
The payment process should proceed without errors and create a BLIK transaction.
Actual Behavior
The checkout process fails with a critical error due to the undefined constant. The error appears consistently across multiple payment attempts.
Additional Context
Impact
This issue blocks all BLIK payment processing, affecting customer checkout completion.
The text was updated successfully, but these errors were encountered: