Changeset 2865873
- Timestamp:
- 02/15/2023 04:49:45 PM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 2 edited
-
Custom_app.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2865812 r2865873 4 4 Plugin URI: https://www.afterinc.com/contact/ 5 5 Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products. 6 Version: 3.8. 76 Version: 3.8.8 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 1998 1998 1999 1999 global $product; 2000 plugin_log('we are in get_order_details hook'); 2000 2001 $order = wc_get_order($order_id); 2001 2002 $order_no = $order->get_id(); … … 2045 2046 2046 2047 } 2047 }2048 }2048 } 2049 } 2049 2050 } 2050 2051 } 2052 2053 plugin_log("after order item ===========>>>>>>"); 2051 2054 2052 2055 if(!empty($in_warranty)) { -
afterinc-app/trunk/readme.txt
r2865812 r2865873 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.8. 79 Stable tag: 3.8.8 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.