Changeset 2875097
- Timestamp:
- 03/06/2023 03:47:18 AM (3 years ago)
- Location:
- swipe-for-gravity-forms/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
includes/class-swipego-gf.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
swipe-for-gravity-forms/trunk/README.md
r2756675 r2875097 4 4 Requires at least: 4.6 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
swipe-for-gravity-forms/trunk/includes/class-swipego-gf.php
r2757021 r2875097 15 15 // Admin 16 16 require_once( SWIPEGO_GF_PATH . 'admin/class-swipego-gf-admin.php' ); 17 18 // API 19 require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/abstracts/abstract-swipego-client.php' ); 20 require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/class-swipego-api.php' ); 21 require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-api.php' ); 17 22 23 // Initialize payment gateway 24 require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-init.php' ); 25 18 26 if ( swipego_is_logged_in() && swipego_is_plugin_activated( 'gravityforms/gravityforms.php' ) ) { 19 20 // API21 require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/abstracts/abstract-swipego-client.php' );22 require_once( SWIPEGO_GF_PATH . 'libraries/swipego/includes/class-swipego-api.php' );23 require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-api.php' );24 25 // Initialize payment gateway26 require_once( SWIPEGO_GF_PATH . 'includes/class-swipego-gf-init.php' );27 28 27 // Settings 29 28 require_once( SWIPEGO_GF_PATH . 'admin/class-swipego-gf-settings.php' ); -
swipe-for-gravity-forms/trunk/readme.txt
r2793435 r2875097 1 === Swipe for Gravity Forms===1 === SwipeGo for GiveWP === 2 2 Contributors: teamswipe 3 Tags: swipe , gravity forms, payment4 Requires at least: 4. 63 Tags: swipego, donation 4 Requires at least: 4.2 5 5 Tested up to: 6.0.1 6 Stable tag: 1.0.0 7 Requires PHP: 7.0 8 License: GPLv2 or later 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 6 Stable tag: 1.0.1 7 License: GPLv2.1 8 License URI: https://opensource.org/licenses/LGPL-2.1 10 9 11 Accept payment on Gravity Forms using Swipe. 10 SwipeGo Add-on for GiveWP 12 11 13 12 == Description == 14 13 15 Allows user to made payment on G ravity Formsusing Swipe.14 Allows user to made payment on GiveWP using Swipe. 16 15 17 ### Swipe for G ravity Forms16 ### Swipe for GiveWP 18 17 19 Accept credit card, online banking and e-wallet directly on your store with the Swipe payment gateway for G ravity Forms.18 Accept credit card, online banking and e-wallet directly on your store with the Swipe payment gateway for GiveWP. 20 19 21 20 #### Credit Card … … 56 55 57 56 #### WEB PAYMENTS API SUPPORT 58 Swipe for G ravity Formsincludes Web Payments API support, allowing customers to pay using payment information associated with their mobile devices in browsers that support the Web Payments API (Chrome for Android, amongst others). On mobile, checkout is now just a few taps away.57 Swipe for GiveWP includes Web Payments API support, allowing customers to pay using payment information associated with their mobile devices in browsers that support the Web Payments API (Chrome for Android, amongst others). On mobile, checkout is now just a few taps away. 59 58 60 59 #### SWIPE API SYNC … … 65 64 == Installation == 66 65 67 #### GET STARTED SWIPE FOR G ravity Forms66 #### GET STARTED SWIPE FOR GiveWP 68 67 69 68 Step for existing Swipe users: 70 1. Install and activate your G ravity Forms.69 1. Install and activate your GiveWP. 71 70 2. Login your Swipe account. 72 71 3. Choose your business. … … 76 75 1. [Create your Swipe account](https://app.swipego.io/register). 77 76 2. Add your business. 78 3. Install and activate your Gravity Forms.77 3. Install and activate your Swipe for GiveWP. 79 78 4. Login your Swipe account. 80 79 5. Choose your business. 81 80 6. Start accepting payment. 82 81 83 How to use G ravity Formsplugin with Swipe:84 1. Install and activate your G ravity Forms.85 Notes: You do not have to configure Swipe at G ravity Forms, we have configured everything.82 How to use GiveWP plugin with Swipe: 83 1. Install and activate your GiveWP. 84 Notes: You do not have to configure Swipe at GiveWP, we have configured everything. 86 85 87 86 … … 92 91 == Changelog == 93 92 94 = 1.0.0 - 2022-03-24=95 - Initial release of the plugin 93 = 1.0.0 = 94 * add from version 1.0.1 Open Stack.
Note: See TracChangeset
for help on using the changeset viewer.