Plugin Directory

Changeset 2866263


Ignore:
Timestamp:
02/16/2023 10:30:03 AM (3 years ago)
Author:
aftercommerce
Message:

update the current symbol

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • afterinc-app/trunk/Custom_app.php

    r2866252 r2866263  
    44Plugin URI: https://www.afterinc.com/contact/
    55Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products.
    6 Version: 3.9.0
     6Version: 3.9.1
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    11451145          $totalPrice= sprintf('%.2f',$totalPrice1);
    11461146           
    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);
    11481149          exit();
    11491150    }
  • afterinc-app/trunk/readme.txt

    r2866252 r2866263  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.9.0
     9Stable tag: 3.9.1
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.