=== PMPRO Gestpay Redirect === Contributors: baba_mmx Tags: paid memberships pro, payment gateway, payment, credit card, gestpay, gestpay starter, gestpay pro, gestpay professional, banca sella, sella.it, easynolo, redirect payment gateway Requires at least: 4.0.1 Tested up to: 4.9.1 Stable tag: 20180225 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html PMPRO Gestpay Redirect extends Paid Memberships Pro providing the payment gateway for Gestpay by Easy Nolo (Banca Sella). == Description == PMPRO Gestpay Redirect is a payment gateway for Paid Memberships Pro which allows you to use Gestpay on your Paid Memberships Pro-powered website. == Actions and filters == Here is a list of filters and actions used in this plugin: = Actions = - `pmpro_before_send_to_gestpay` ($user_id, $morder) Thrown before sending the user to the Gestpay payment page. - `pmpro_gestpay_before_payment_completed_on_order` ($order, $response) Thrown before processing a completed payment. - `pmpro_gestpay_after_payment_completed_on_order` ($order, $response, $custom_level, $pmpro_level) Thrown after a completed payment has been processed. - `pmpro_gestpay_payment_failed_on_order` ($order, $response) Thrown before processing a failed payment and the order was identified. - `pmpro_gestpay_payment_failed` ($response) Thrown before processing a failed payment and the order was not identified. = Filters = - `pmpro_gestpay_startdate` ($enddate, $startdate, $pmpro_level, $order) Allow to filter the membership start date. - `pmpro_gestpay_enddate` ($enddate, $startdate, $pmpro_level, $order) Allow to filter the membership end date. == Installation == 1. Ensure you have the Paid Memberships Pro (https://it.wordpress.org/plugins/paid-memberships-pro/) plugin installed 2. Search "PMPRO Gestpay Redirect" or upload and install the zip file, in the same way you'd install any other plugin. 3. Activate the plugin and then, under /wp-admin/admin.php?page=pmpro-paymentsettings, you can enter your Gestpay Shop Login and configure the environment. == Changelog == = 20180225 = * Fix renew date: prevent to sum another year of membership. = 20171210 = * First public release.