Success text showing only on processing orders
This commit is contained in:
@@ -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__));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user