Changeset 3226591
- Timestamp:
- 01/22/2025 04:41:36 AM (15 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
r3226589 r3226591 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. 46 * Version: 2.0.5 7 7 * Author: Mintpay (Private) Limited 8 8 * Author URI: https://mintpay.lk -
mintpay/trunk/price-breakdown/index.php
r3226589 r3226591 27 27 return $base_url; 28 28 } 29 return sprintf('%s?price=%s&cashback=%s', $base_url, $price , $cashback_value);29 return sprintf('%s?price=%s&cashback=%s', $base_url, $price * 3 * 100, $cashback_value * 100); 30 30 } 31 31 -
mintpay/trunk/readme.txt
r3226589 r3226591 5 5 Tested up to: 6.5.5 6 6 WC tested up to: 8.9.2 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 65 65 = 2.0.4 = 66 66 * [New] - Added dynamic price and cashback parameters to education URL 67 = 2.0.5 = 68 * [Fix] - Same URL Generation on Shopify and Wordpress 67 69 68 70 == External Services ==
Note: See TracChangeset
for help on using the changeset viewer.