https://github.com/aubreypwd-old/gravityforms-firstdata
A Gravity Forms Addon for the FirstData Global Gateway [This plugin has been discontinued.] — Archived 8/11/17
https://github.com/aubreypwd-old/gravityforms-firstdata
Last synced: 5 months ago
JSON representation
A Gravity Forms Addon for the FirstData Global Gateway [This plugin has been discontinued.] — Archived 8/11/17
- Host: GitHub
- URL: https://github.com/aubreypwd-old/gravityforms-firstdata
- Owner: aubreypwd-old
- Created: 2014-01-21T04:08:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T14:58:14.000Z (over 9 years ago)
- Last Synced: 2024-12-06T08:46:39.848Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 461 KB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[Plugin on
WordPress.org](http://wordpress.org/plugins/gravity-forms-first-data-global-gateway-addon)_________________________
**This plugin no longer works with the latest WordPress or Gravity Forms, and has been dis-continued.** ~~It is currently being updated (see develop branch).~~
_________________________________
# Gravity Forms + First Data Global Gateway e4
**Gravity Forms + First Data Global Gateway e4** is a plugin and addon for
Gravity Forms that will allow you to process products using the
[First Data Global Gateway e4](https://www.firstdata.com/en_us/products/merchants/ecommerce/online-payment-processing.html) service.You can install this plugin and get more information from [WordPress.org](http://wordpress.org/plugins/gravity-forms-first-data-global-gateway-addon).
## How to Debug on Form Submit
To get debug information when a form is submitted, just use
(in `wp-config.php`):define('GFFD_DEBUG_FORM_SUBMIT', true);
This will stop Gravity Forms from submitting the entry and show information about the request.
# Changelog
# 1.1
- Fixed issues where various PHP Warning notices were being thrown
- Various bug fixes
- Reference and Customer Reference Numbers are now recorded for cross-referencing# 1.0.2
- First release to WordPress.org