Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Removed admin page, updated readme for PayPal payments.
  • Loading branch information
michaelbourne committed Mar 30, 2020
1 parent ff84eb2 commit 6bb5c0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 1 addition & 8 deletions includes/class-gravityzwr.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
*
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6bb5c0e

Please sign in to comment.