Changeset 2251174
- Timestamp:
- 02/27/2020 07:17:18 AM (6 years ago)
- Location:
- wc-robokassa/trunk
- Files:
-
- 1 added
- 3 edited
-
includes/class-wc-robokassa.php (modified) (2 diffs)
-
includes/functions-wc-robokassa.php (added)
-
readme.txt (modified) (1 diff)
-
wc-robokassa.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-robokassa/trunk/includes/class-wc-robokassa.php
r2250976 r2251174 184 184 do_action('wc_robokassa_gateway_init_before'); 185 185 186 if(class_exists('WC_Payment_Gateway') !== true) 187 { 188 $this->get_logger()->emergency('WC_Payment_Gateway not found'); 189 } 190 186 191 add_filter('woocommerce_payment_gateways', array($this, 'add_wc_gateway_method'), 10); 187 192 … … 200 205 } 201 206 202 if(class_exists('WC_Payment_Gateway') !== true) 203 { 204 $this->get_logger()->emergency('WC_Payment_Gateway not found'); 205 return false; 206 } 207 208 add_action('init', array($this, 'wc_robokassa_gateway_init'), 10); 207 add_action('init', array($this, 'wc_robokassa_gateway_init'), 5); 209 208 210 209 $this->load_plugin_text_domain(); -
wc-robokassa/trunk/readme.txt
r2250976 r2251174 46 46 47 47 == Changelog == 48 49 = 3.0.1 = 50 * Fix: loading queue 48 51 49 52 = 3.0.0 = -
wc-robokassa/trunk/wc-robokassa.php
r2250976 r2251174 4 4 * Description: Integration Robokassa in WooCommerce as payment gateway plugin. 5 5 * Plugin URI: https://mofsy.ru/projects/wc-robokassa 6 * Version: 3.0. 06 * Version: 3.0.1 7 7 * WC requires at least: 3.0 8 8 * WC tested up to: 3.9
Note: See TracChangeset
for help on using the changeset viewer.