Changeset 3087328
- Timestamp:
- 05/15/2024 06:54:23 PM (22 months ago)
- Location:
- swipe-for-woocommerce/trunk
- Files:
-
- 3 edited
-
includes/class-swipego-wc.php (modified) (1 diff)
-
libraries/swipego/class-swipego.php (modified) (1 diff)
-
swipego-wc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
swipe-for-woocommerce/trunk/includes/class-swipego-wc.php
r3087279 r3087328 23 23 require_once( SWIPEGO_WC_PATH . 'includes/class-swipego-wc-api.php' ); 24 24 25 if ( swipego_ get_integration() ) {25 if ( swipego_is_logged_in() || swipego_get_integration() ) { 26 26 27 27 // Initialize payment gateway -
swipe-for-woocommerce/trunk/libraries/swipego/class-swipego.php
r2724952 r3087328 31 31 new Swipego(); 32 32 } 33 34 if ( !function_exists('swipego_get_integration') ) { 35 function swipego_get_integration() 36 { 37 return true; 38 } 39 } -
swipe-for-woocommerce/trunk/swipego-wc.php
r3087279 r3087328 20 20 define( 'SWIPEGO_WC_PATH', plugin_dir_path( SWIPEGO_WC_FILE ) ); 21 21 define( 'SWIPEGO_WC_BASENAME', plugin_basename( SWIPEGO_WC_FILE ) ); 22 define( 'SWIPEGO_WC_VERSION', '1.0. 0' );22 define( 'SWIPEGO_WC_VERSION', '1.0.2' ); 23 23 24 24 // Plugin core class
Note: See TracChangeset
for help on using the changeset viewer.