Success text showing only on processing orders

This commit is contained in:
2025-10-12 01:33:20 +02:00
parent b997e14fe6
commit a92b8021f6
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
* Plugin Name: AluxPay Payment Gateway
* Plugin URI: https://affordableluxurybags.is
* Description: AluxPay payment gateway that redirects to standalone payment website with PayPal integration
* Version: 1.0.0
* Version: 1.1.0
* Author: ALUXB
* Author URI: https://affordableluxurybags.is
* Text Domain: aluxpay-payment-gateway
@@ -26,7 +26,7 @@ add_action('before_woocommerce_init', function() {
});
// Define plugin constants
define('CPG_VERSION', '1.0.0');
define('CPG_VERSION', '1.1.0');
define('CPG_PLUGIN_DIR', plugin_dir_path(__FILE__));
define('CPG_PLUGIN_URL', plugin_dir_url(__FILE__));