Plugin Directory

Changeset 2378936


Ignore:
Timestamp:
09/10/2020 06:08:21 PM (5 years ago)
Author:
maxp555
Message:

Increased MPesa Transaction Limit

Location:
woo-pay-via-proxyapi
Files:
5 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-pay-via-proxyapi/tags/2.2.6/proxyapi-pvp.php

    r2351045 r2378936  
    44 * Plugin URI: http://woocommerce.com/products/woo-pay-via-proxyapi/
    55 * Description: Accept Safaricom Lipa na M-Pesa payments using Pay via Proxy API
    6  * Version: 2.2.5
     6 * Version: 2.2.6
    77 * Author: maxp555
    88 * Author URI: https://proxyapi.co.ke/
     
    4040            $this->method_title = 'Pay via Proxy API';
    4141            $this->method_description = "Allow customers to pay using Safaricom's Lipa na M-Pesa via Proxy API";
    42             $this->max_amount = 70000;
     42            $this->max_amount = 150000;
    4343            $this->endpoint = "https://api.proxyapi.co.ke/pvp/lnm";
    4444            $this->reportEndpoint = "https://api.proxyapi.co.ke/pvp/report";
  • woo-pay-via-proxyapi/tags/2.2.6/readme.txt

    r2351045 r2378936  
    8686== Changelog ==
    8787
     88= 2.2.6 =
     89* Increased MPesa Maximum Limit
     90
    8891= 2.2.5 =
    8992* Updated WC v4.2.2
  • woo-pay-via-proxyapi/trunk/proxyapi-pvp.php

    r2351045 r2378936  
    44 * Plugin URI: http://woocommerce.com/products/woo-pay-via-proxyapi/
    55 * Description: Accept Safaricom Lipa na M-Pesa payments using Pay via Proxy API
    6  * Version: 2.2.5
     6 * Version: 2.2.6
    77 * Author: maxp555
    88 * Author URI: https://proxyapi.co.ke/
     
    4040            $this->method_title = 'Pay via Proxy API';
    4141            $this->method_description = "Allow customers to pay using Safaricom's Lipa na M-Pesa via Proxy API";
    42             $this->max_amount = 70000;
     42            $this->max_amount = 150000;
    4343            $this->endpoint = "https://api.proxyapi.co.ke/pvp/lnm";
    4444            $this->reportEndpoint = "https://api.proxyapi.co.ke/pvp/report";
  • woo-pay-via-proxyapi/trunk/readme.txt

    r2351045 r2378936  
    8686== Changelog ==
    8787
     88= 2.2.6 =
     89* Increased MPesa Maximum Limit
     90
    8891= 2.2.5 =
    8992* Updated WC v4.2.2
Note: See TracChangeset for help on using the changeset viewer.