Changeset 2888043
- Timestamp:
- 03/28/2023 06:21:21 AM (3 years ago)
- Location:
- payflex-payment-gateway/trunk
- Files:
-
- 2 edited
-
partpay.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payflex-payment-gateway/trunk/partpay.php
r2879544 r2888043 3 3 Plugin Name: Payflex Payment Gateway 4 4 Description: Use Payflex as a credit card processor for WooCommerce. 5 Version: 2.4. 25 Version: 2.4.3 6 6 Author: Payflex 7 7 */ … … 276 276 { 277 277 //config separated for ease of editing 278 require ( 'config/config.php');278 require (__DIR__.'/config/config.php'); 279 279 $this->environments = $environments; 280 280 } -
payflex-payment-gateway/trunk/readme.txt
r2883990 r2888043 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 2.4. 27 Stable tag: 2.4.3 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 81 81 = 2.4.2 = 82 82 * Added wp_get_active_network_plugins function if not found 83 = 2.4.3 = 84 * Resolved Uncaught Error: Failed opening required 'config/config.php'
Note: See TracChangeset
for help on using the changeset viewer.