Plugin Directory

Changeset 3226591


Ignore:
Timestamp:
01/22/2025 04:41:36 AM (15 months ago)
Author:
mintpay
Message:

Same URL Generation on Shopify and Wordpress

Location:
mintpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mintpay/trunk/index.php

    r3226589 r3226591  
    44 * Plugin URI: https://mintpay.lk
    55 * 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.4
     6 * Version: 2.0.5
    77 * Author: Mintpay (Private) Limited
    88 * Author URI: https://mintpay.lk
  • mintpay/trunk/price-breakdown/index.php

    r3226589 r3226591  
    2727        return $base_url;
    2828    }
    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);
    3030}
    3131
  • mintpay/trunk/readme.txt

    r3226589 r3226591  
    55Tested up to: 6.5.5
    66WC tested up to: 8.9.2
    7 Stable tag: 2.0.4
     7Stable tag: 2.0.5
    88Requires PHP: 7.0
    99License: GPLv2 or later
     
    6565= 2.0.4 =
    6666* [New] - Added dynamic price and cashback parameters to education URL
     67= 2.0.5 =
     68* [Fix] - Same URL Generation on Shopify and Wordpress
    6769
    6870== External Services ==
Note: See TracChangeset for help on using the changeset viewer.