Changeset 2378936
- Timestamp:
- 09/10/2020 06:08:21 PM (5 years ago)
- Location:
- woo-pay-via-proxyapi
- Files:
-
- 5 deleted
- 4 edited
- 1 copied
-
tags/2.1.0 (deleted)
-
tags/2.2.0 (deleted)
-
tags/2.2.1 (deleted)
-
tags/2.2.2 (deleted)
-
tags/2.2.3 (deleted)
-
tags/2.2.6 (copied) (copied from woo-pay-via-proxyapi/trunk)
-
tags/2.2.6/proxyapi-pvp.php (modified) (2 diffs)
-
tags/2.2.6/readme.txt (modified) (1 diff)
-
trunk/proxyapi-pvp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-pay-via-proxyapi/tags/2.2.6/proxyapi-pvp.php
r2351045 r2378936 4 4 * Plugin URI: http://woocommerce.com/products/woo-pay-via-proxyapi/ 5 5 * Description: Accept Safaricom Lipa na M-Pesa payments using Pay via Proxy API 6 * Version: 2.2. 56 * Version: 2.2.6 7 7 * Author: maxp555 8 8 * Author URI: https://proxyapi.co.ke/ … … 40 40 $this->method_title = 'Pay via Proxy API'; 41 41 $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; 43 43 $this->endpoint = "https://api.proxyapi.co.ke/pvp/lnm"; 44 44 $this->reportEndpoint = "https://api.proxyapi.co.ke/pvp/report"; -
woo-pay-via-proxyapi/tags/2.2.6/readme.txt
r2351045 r2378936 86 86 == Changelog == 87 87 88 = 2.2.6 = 89 * Increased MPesa Maximum Limit 90 88 91 = 2.2.5 = 89 92 * Updated WC v4.2.2 -
woo-pay-via-proxyapi/trunk/proxyapi-pvp.php
r2351045 r2378936 4 4 * Plugin URI: http://woocommerce.com/products/woo-pay-via-proxyapi/ 5 5 * Description: Accept Safaricom Lipa na M-Pesa payments using Pay via Proxy API 6 * Version: 2.2. 56 * Version: 2.2.6 7 7 * Author: maxp555 8 8 * Author URI: https://proxyapi.co.ke/ … … 40 40 $this->method_title = 'Pay via Proxy API'; 41 41 $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; 43 43 $this->endpoint = "https://api.proxyapi.co.ke/pvp/lnm"; 44 44 $this->reportEndpoint = "https://api.proxyapi.co.ke/pvp/report"; -
woo-pay-via-proxyapi/trunk/readme.txt
r2351045 r2378936 86 86 == Changelog == 87 87 88 = 2.2.6 = 89 * Increased MPesa Maximum Limit 90 88 91 = 2.2.5 = 89 92 * Updated WC v4.2.2
Note: See TracChangeset
for help on using the changeset viewer.