Changeset 2866263
- Timestamp:
- 02/16/2023 10:30:03 AM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 2 edited
-
Custom_app.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2866252 r2866263 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. 06 Version: 3.9.1 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 1145 1145 $totalPrice= sprintf('%.2f',$totalPrice1); 1146 1146 1147 echo json_encode(['totalPrice'=>$totalPrice,'currency_symbol'=>$this->get_currency_symbol()]); 1147 //echo json_encode(['totalPrice'=>$totalPrice,'currency_symbol'=>$this->get_currency_symbol()]); 1148 echo esc_attr($totalPrice); 1148 1149 exit(); 1149 1150 } -
afterinc-app/trunk/readme.txt
r2866252 r2866263 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.9. 09 Stable tag: 3.9.1 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.