Payment Gateways Caller for WP e-Commerce
Payment Gateways Caller for WP e-Commerce
Description
This WordPress plugin for WP-E-Commerce allows to include a merchant file through a GET request without specifying its whole URL. Just call http://yoursite.com/?load_merchant=filename, without the .php extension, and you’re done.
Please note that these requests cannot be used to display pages.
Very important: Though this plugin avoids Local File Inclusion vulnerability, it is not responsible for the processes that are executed inside your gateway files. Before using it, you should be very sure that all your custom gateways are secure and will not perform any unwanted modifications or deletions of sensitive data.
Installation
- Unzip
wp-e-commerce-merchants-caller.zipand upload thewp-e-commerce-merchants-callerfolder to your/wp-content/plugins/directory. - Activate the plugin through the “Plugins” menu in WordPress.
Reviews
Changelog
1.0.1
- Fixed bug related to object instance.
1.0
- Object oriented code.
- Modified action hook for gateway loading from
plugins_loadedtoinit, so WordPress gets fully loaded before loading the gateway file. - New
$wpscgcglobal object, which allows to get information about the current loaded gateway. - New
wpscmc_before_gateway_loadaction, for custom functionality before gateway loading. - New
wpscmc_after_gateway_loadaction, for custom functionality after gateway loading.
0.1.1
Security fix: avoids LFI vulnerability.
0.1
First public release.