Changeset 2869217
- Timestamp:
- 02/22/2023 08:33:01 AM (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
r2868668 r2869217 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.9. 76 Version: 3.9.8 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 1983 1983 1984 1984 $plan_id = $cart_item['warranty']; 1985 $ term = $cart_item['term'];1985 $description = $cart_item['description']; 1986 1986 1987 1987 if($plan_id == "none") { 1988 1988 $item_data[] = array( 1989 1989 'key' => $pname, 1990 'value' => ""1990 'value' => $description 1991 1991 ); 1992 1992 }else { … … 1994 1994 $item_data[] = array( 1995 1995 'key' => $pname, 1996 'value' => ""1996 'value' => $description 1997 1997 ); 1998 1998 -
afterinc-app/trunk/readme.txt
r2868668 r2869217 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.9. 79 Stable tag: 3.9.8 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.