From 6bb5c0eaa9539fd688965b738f9b1e686974cb2a Mon Sep 17 00:00:00 2001 From: Michael Bourne Date: Mon, 30 Mar 2020 14:25:42 -0600 Subject: [PATCH] Cleanup Removed admin page, updated readme for PayPal payments. --- includes/class-gravityzwr.php | 9 +-------- readme.md | 4 ++++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/includes/class-gravityzwr.php b/includes/class-gravityzwr.php index b35a2ad..864e7c8 100644 --- a/includes/class-gravityzwr.php +++ b/includes/class-gravityzwr.php @@ -13,7 +13,7 @@ * Created Date: Friday March 25th 2020 * Author: Michael Bourne * ----- - * Last Modified: Monday, March 30th 2020, 2:07:39 pm + * Last Modified: Monday, March 30th 2020, 2:15:25 pm * Modified By: Michael Bourne * ----- * Copyright (C) 2020 Michael Bourne @@ -168,13 +168,6 @@ public function uninstall() { GFCache::delete( 'zwr_plugin_settings' ); } - /** - * Creates a custom page for this add-on. - */ - public function plugin_page() { - echo 'This page appears in the Forms menu'; - } - /** * Prevent feeds being listed or created if an api key isn't valid. * diff --git a/readme.md b/readme.md index 1a9d531..b139c90 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,10 @@ After installation, go to Gravity Forms > Settings > Zoom Webinar. here you will On the form you would like to use for registrations, go to Settings > Zoom Webinar. Add a new feed. Give it a name, enter your Meeting ID, and match the registration fields on the left to the form fields on the right. First name, last name, and email are rquired fields. The other fields are optional. +#### Payments + +This add-on has support for "delayed payment support" through the Gravity Forms PayPal add-on. If desired, you can charge for your registrations via PayPal, and only process the Zoom Registration feed upon successful payment. [Read more here.](https://docs.gravityforms.com/setting-up-paypal-payments-standard/) + ### Contributing PRs are welcome from all developers. All I ask is you run `composer install` to download the dev dependencies. All PRs should be well commented and follow the coding standards file in this repo.