Changeset 3210301
- Timestamp:
- 12/19/2024 08:44:43 AM (16 months ago)
- Location:
- mintpay/trunk
- Files:
-
- 3 edited
-
index.php (modified) (1 diff)
-
price-breakdown/index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mintpay/trunk/index.php
r3202289 r3210301 4 4 * Plugin URI: https://mintpay.lk 5 5 * Description: WooCommerce plugin of Mintpay. Sri Lanka's first buy now pay later platform, that allows consumers to split their payment into 3 interst-free installments. 6 * Version: 2.0. 26 * Version: 2.0.3 7 7 * Author: Mintpay (Private) Limited 8 8 * Author URI: https://mintpay.lk -
mintpay/trunk/price-breakdown/index.php
r3202289 r3210301 239 239 // get variable products price 240 240 $price = mintpay_calculate_variant_installment_with_wdr( $variation_data, $product ); 241 $price = number_format( $price / 3, 2, '.', ',' );241 $price = number_format( (float)$price / 3, 2, '.', ',' ); 242 242 $sentence = mintpay_generate_sentence( $price, $currency_symbol, $mintpay_wording ); 243 243 -
mintpay/trunk/readme.txt
r3202289 r3210301 5 5 Tested up to: 6.5.5 6 6 WC tested up to: 8.9.2 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 61 61 = 2.0.2 = 62 62 * [Fix] - Css Warning fix 63 = 2.0.3 = 64 * [Fix] - Fix then price is null or empty 63 65 64 66 == External Services ==
Note: See TracChangeset
for help on using the changeset viewer.