Changeset 1284958
- Timestamp:
- 11/12/2015 04:51:03 PM (10 years ago)
- Location:
- clearent-payments/trunk/wp-clearent
- Files:
-
- 2 edited
-
main.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearent-payments/trunk/wp-clearent/main.php
r1284325 r1284958 2 2 3 3 /** 4 * Plugin Name: WP Clearent5 * Plugin URI: http ://developer.clearent.com/6 * Description: Creates payment form for Clearent secure payment gateway for processingpayments.4 * Plugin Name: Clearent Payments 5 * Plugin URI: https://wordpress.org/plugins/clearent-payments/ 6 * Description: Quickly and easily add secure, PCI Compliant, payment to your WordPress site. This plugin is maintained directly by Clearent, a leader in payments. 7 7 * Version: 1.0 8 8 * Author: Clearent, LLC. 9 * Author URI: http:// developer.clearent.com/9 * Author URI: http://clearent.github.io/wordpress/ 10 10 */ 11 11 define('WP_DEBUG', true); -
clearent-payments/trunk/wp-clearent/readme.txt
r1284927 r1284958 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Quickly and easily add secure (PCI Compliant) payment forms to your WP. This plugin is maintained and secured directly by Clearent, a leader in payments.10 Quickly and easily add secure, PCI Compliant, payment to your WordPress site. This plugin is maintained directly by Clearent, a leader in payments. 11 11 12 12 == Description == … … 46 46 == Installation == 47 47 48 1. Unzip `wp-clearent.zip` to the `/wp-content/plugins/` directory 49 2. Activate the plugin through the 'Plugins' menu in WordPress 48 1. Download the plugin and unzip the clearent-payments.zip file 49 2. Copy the wp-clearent folder to the /wp-content/plugins/ directory 50 2. Activate the WP Clearent plugin through the Plugins menu in WordPress 50 51 3. Contact Clearent at http://www.clearent.com/merchants/contact-us/ to request sandbox api key for testing and production key for live sales. 51 52 4. Configure Success URL in plugin. This is the page that your users will be taken to after a successful transaction.
Note: See TracChangeset
for help on using the changeset viewer.