Changeset 3435293
- Timestamp:
- 01/08/2026 04:27:20 PM (6 weeks ago)
- Location:
- heartland-secure-submit-addon-for-gravity-forms/trunk
- Files:
-
- 13 edited
-
README.md (modified) (1 diff)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
classes/class-gf-securesubmit.php (modified) (2 diffs)
-
classes/class-heartland-jwt.php (modified) (2 diffs)
-
classes/includes/src/Abstractions/HpsAltPaymentServiceInterface.php (modified) (2 diffs)
-
classes/includes/src/Entities/AltPayment/HpsOrderData.php (modified) (2 diffs)
-
classes/includes/src/Entities/AltPayment/HpsPaymentData.php (modified) (2 diffs)
-
classes/includes/src/Services/Gateway/AltPayment/HpsMasterPassService.php (modified) (2 diffs)
-
classes/includes/src/Services/Gateway/HpsSoapGatewayService.php (modified) (1 diff)
-
gravityforms-securesubmit.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
heartland-secure-submit-addon-for-gravity-forms/trunk/README.md
r2582024 r3435293 1 # Heartland SecureSubmit Addon for Gravity Forms1 # Global Payments SecureSubmit Addon for Gravity Forms 2 2 3 This extension allows Gravity Forms to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.3 This extension allows Gravity Forms to use the Global Payments Gateway. All card data is tokenized using Global Payments SecureSubmit product. 4 4 5 5 ## Installation -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/class-gf-securesubmit.php
r3246488 r3435293 10 10 11 11 /** 12 * Handles HeartlandsPayments with Gravity Forms12 * Handles Global Payments with Gravity Forms 13 13 * Class GFSecureSubmit 14 14 */ … … 61 61 * @var string 62 62 */ 63 protected $_title = 'G ravity Forms SecureSubmit Add-On';63 protected $_title = 'Global Payments SecureSubmit Add-On'; 64 64 65 65 /** 66 66 * @var string 67 67 */ 68 protected $_short_title = ' SecureSubmit';68 protected $_short_title = 'Global Payments'; 69 69 70 70 /** -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/class-heartland-jwt.php
r3246488 r3435293 8 8 * @category Authentication 9 9 * @package HPS 10 * @author Heartland Payment Systems <entapp_devportal@e-hps.com>11 * @license Custom https://github.com/ hps/heartland-php/blob/master/LICENSE.txt12 * @link https://developer. heartlandpaymentsystems.com10 * @author Global Payments <developersupport@globalpay.com> 11 * @license Custom https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 12 * @link https://developer.globalpayments.com 13 13 */ 14 14 … … 26 26 * @package HPS 27 27 * @author Heartland Payment Systems <[email protected]> 28 * @license Custom https://github.com/ hps/heartland-php/blob/master/LICENSE.txt28 * @license Custom https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 29 29 * @link https://developer.heartlandpaymentsystems.com 30 30 */ -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Abstractions/HpsAltPaymentServiceInterface.php
r2582024 r3435293 8 8 * @package HPS 9 9 * @author Heartland Payment Systems <[email protected]> 10 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom11 * @link https://github.com/ hps/heartland-php10 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 11 * @link https://github.com/globalpayments/php-sdk 12 12 */ 13 13 … … 18 18 * @package HPS 19 19 * @author Heartland Payment Systems <[email protected]> 20 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom21 * @link https://github.com/ hps/heartland-php20 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 21 * @link https://github.com/globalpayments/php-sdk 22 22 */ 23 23 interface HpsAltPaymentServiceInterface -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Entities/AltPayment/HpsOrderData.php
r2582024 r3435293 8 8 * @package HPS 9 9 * @author Heartland Payment Systems <[email protected]> 10 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom11 * @link https://github.com/ hps/heartland-php10 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 11 * @link https://github.com/globalpayments/php-sdk 12 12 */ 13 13 … … 18 18 * @package HPS 19 19 * @author Heartland Payment Systems <[email protected]> 20 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom21 * @link https://github.com/ hps/heartland-php20 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 21 * @link https://github.com/globalpayments/php-sdk 22 22 */ 23 23 class HpsOrderData -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Entities/AltPayment/HpsPaymentData.php
r2582024 r3435293 8 8 * @package HPS 9 9 * @author Heartland Payment Systems <[email protected]> 10 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom11 * @link https://github.com/ hps/heartland-php10 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 11 * @link https://github.com/globalpayments/php-sdk 12 12 */ 13 13 … … 18 18 * @package HPS 19 19 * @author Heartland Payment Systems <[email protected]> 20 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom21 * @link https://github.com/ hps/heartland-php20 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 21 * @link https://github.com/globalpayments/php-sdk 22 22 */ 23 23 class HpsPaymentData -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Services/Gateway/AltPayment/HpsMasterPassService.php
r3246488 r3435293 8 8 * @package HPS 9 9 * @author Heartland Payment Systems <[email protected]> 10 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom11 * @link https://github.com/ hps/heartland-php10 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 11 * @link https://github.com/globalpayments/php-sdk 12 12 */ 13 13 … … 18 18 * @package HPS 19 19 * @author Heartland Payment Systems <[email protected]> 20 * @license https://github.com/ hps/heartland-php/blob/master/LICENSE.txt Custom21 * @link https://github.com/ hps/heartland-php20 * @license https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md 21 * @link https://github.com/globalpayments/php-sdk 22 22 */ 23 23 class HpsMasterPassService -
heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Services/Gateway/HpsSoapGatewayService.php
r3246488 r3435293 386 386 } 387 387 /* 388 * @link https://github.com/ hps/heartland-php/pull/21388 * @link https://github.com/globalpayments/php-sdk/ 389 389 * @description resolves a recursion issue identified in the link above 390 390 */ -
heartland-secure-submit-addon-for-gravity-forms/trunk/gravityforms-securesubmit.php
r3246488 r3435293 1 1 <?php 2 2 /** 3 * Plugin Name: Heartland SecureSubmit Addon for Gravity Forms4 * Plugin URI: https://developer. heartlandpaymentsystems.com/securesubmit5 * Description: Integrates Gravity Forms with SecureSubmit, enabling end users to purchase goods and services through Gravity Forms.6 * Version: 2. 1.37 * Author: SecureSubmit8 * Author URI: https://developer. heartlandpaymentsystems.com/securesubmit3 * Plugin Name: Global Payments SecureSubmit Addon for Gravity Forms 4 * Plugin URI: https://developer.globalpayments.com/heartland/payments/overview 5 * Description: SecureSubmit plugin for Gravity Forms. Integrates Gravity Forms with the Global Payments Gateway using tokenized payment processing. 6 * Version: 2.2.0 7 * Author: Global Payments 8 * Author URI: https://developer.globalpayments.com 9 9 */ 10 10 11 define('GF_SECURESUBMIT_VERSION', '2. 1.3');11 define('GF_SECURESUBMIT_VERSION', '2.2.0'); 12 12 13 13 add_action('gform_loaded', array('GF_SecureSubmit_Bootstrap', 'load'), 5); -
heartland-secure-submit-addon-for-gravity-forms/trunk/readme.txt
r3246488 r3435293 1 === Heartland SecureSubmit Addon for Gravity Forms ===1 === Global Payments SecureSubmit Addon for Gravity Forms === 2 2 Contributors: markhagan 3 Tags: gravityforms, heartland, securesubmit, token, tokenize3 Tags: gravityforms, GlobalPayments, securesubmit, token, tokenize 4 4 Tested up to: 6.7 5 5 Stable tag: trunk 6 6 License: GPLv2 7 License URI: https://github.com/ hps/heartland-gravity-forms-addon/blob/master/LICENSE.md7 License URI: https://github.com/globalpayments/globalpayments-gravity-forms/blob/main/LICENSE 8 8 9 SecureSubmit allows merchants to take PCI-Friendly Credit Card payments with Gravity Forms using Heartland Payment Systems Payment Gateway.9 SecureSubmit allows merchants to take PCI-Friendly Credit Card payments with Gravity Forms using Global Payments Payment Gateway. 10 10 11 11 == Description == 12 12 13 This plugin allows Gravity Forms to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.13 This plugin allows Gravity Forms to use the Global Payments Gateway. All card data is tokenized using Global Payments SecureSubmit product. 14 14 15 15 Features of SecureSubmit: … … 24 24 1. Sign Up for an account @ developer.heartlandpaymentsystems.com if you haven't already 25 25 2. Download Gravity Forms 26 3. Install AND Activate Gravity Forms WP plugin AND HeartlandSecureSubmit for Gravity Forms WP plugin26 3. Install AND Activate Gravity Forms WP plugin AND Global Payments SecureSubmit for Gravity Forms WP plugin 27 27 4. Configure Gravity Forms and SecureSubmit accounts: 28 * Navigate to Settings to enter your API Keys provided by your HeartlandDeveloper Portal Account28 * Navigate to Settings to enter your API Keys provided by your Global Payments Developer Portal Account 29 29 5. Add Form: 30 30 * Navigate to Forms > Add New Form > Edit Form … … 38 38 7. Add form to WP page 39 39 40 * NEED ADDITIONAL HELP? Contact Us http ://developer.heartlandpaymentsystems.com/support40 * NEED ADDITIONAL HELP? Contact Us https://developer.globalpayments.com/support/integration-support 41 41 42 42 43 43 == Changelog == 44 = 2.2.0 = 45 * Global payment rebranding 46 44 47 = 2.1.3 = 45 48 * Fix: Security Vulnerabilities issues
Note: See TracChangeset
for help on using the changeset viewer.