Changeset 2721056
- Timestamp:
- 05/10/2022 08:21:57 AM (4 years ago)
- Location:
- vandar-woocommerce-gateway/trunk
- Files:
-
- 2 edited
-
class-wc-gateway-vandario.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php
r2721055 r2721056 75 75 $this->failed_massage = $this->settings['failed_massage']; 76 76 77 if (version_compare(WOOCOMMERCE_VERSION, ' 2.2.0', '>='))77 if (version_compare(WOOCOMMERCE_VERSION, '3.0.0', '>=')) 78 78 add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options')); 79 79 else -
vandar-woocommerce-gateway/trunk/index.php
r2690233 r2721056 2 2 /* 3 3 Plugin Name: Vandar WooCommerce Gateway 4 Version: 2.2.04 Version: 3.0.0 5 5 Description: درگاه پرداخت وندار برای فروشگاه ساز ووکامرس 6 6 Plugin URI: https://vandar.io
Note: See TracChangeset
for help on using the changeset viewer.