Plugin Directory

Changeset 3435293


Ignore:
Timestamp:
01/08/2026 04:27:20 PM (6 weeks ago)
Author:
markhagan
Message:

2.2.0

  • Global payment rebranding
Location:
heartland-secure-submit-addon-for-gravity-forms/trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • heartland-secure-submit-addon-for-gravity-forms/trunk/README.md

    r2582024 r3435293  
    1 # Heartland Secure Submit Addon for Gravity Forms
     1# Global Payments SecureSubmit Addon for Gravity Forms
    22
    3 This extension allows Gravity Forms to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.
     3This extension allows Gravity Forms to use the Global Payments Gateway. All card data is tokenized using Global Payments SecureSubmit product.
    44
    55## Installation
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/class-gf-securesubmit.php

    r3246488 r3435293  
    1010
    1111/**
    12  * Handles Heartlands Payments with Gravity Forms
     12 * Handles Global Payments with Gravity Forms
    1313 * Class GFSecureSubmit
    1414 */
     
    6161     * @var string
    6262     */
    63     protected $_title = 'Gravity Forms SecureSubmit Add-On';
     63    protected $_title = 'Global Payments SecureSubmit Add-On';
    6464
    6565    /**
    6666     * @var string
    6767     */
    68     protected $_short_title = 'SecureSubmit';
     68    protected $_short_title = 'Global Payments';
    6969
    7070    /**
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/class-heartland-jwt.php

    r3246488 r3435293  
    88 * @category Authentication
    99 * @package  HPS
    10  * @author   Heartland Payment Systems <entapp_devportal@e-hps.com>
    11  * @license  Custom https://github.com/hps/heartland-php/blob/master/LICENSE.txt
    12  * @link     https://developer.heartlandpaymentsystems.com
     10 * @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
    1313 */
    1414
     
    2626 * @package  HPS
    2727 * @author   Heartland Payment Systems <[email protected]>
    28  * @license  Custom https://github.com/hps/heartland-php/blob/master/LICENSE.txt
     28 * @license  Custom https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
    2929 * @link     https://developer.heartlandpaymentsystems.com
    3030 */
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Abstractions/HpsAltPaymentServiceInterface.php

    r2582024 r3435293  
    88 * @package  HPS
    99 * @author   Heartland Payment Systems <[email protected]>
    10  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    11  * @link     https://github.com/hps/heartland-php
     10 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     11 * @link     https://github.com/globalpayments/php-sdk
    1212 */
    1313
     
    1818 * @package  HPS
    1919 * @author   Heartland Payment Systems <[email protected]>
    20  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    21  * @link     https://github.com/hps/heartland-php
     20 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     21 * @link     https://github.com/globalpayments/php-sdk
    2222 */
    2323interface HpsAltPaymentServiceInterface
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Entities/AltPayment/HpsOrderData.php

    r2582024 r3435293  
    88 * @package  HPS
    99 * @author   Heartland Payment Systems <[email protected]>
    10  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    11  * @link     https://github.com/hps/heartland-php
     10 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     11 * @link     https://github.com/globalpayments/php-sdk
    1212 */
    1313
     
    1818 * @package  HPS
    1919 * @author   Heartland Payment Systems <[email protected]>
    20  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    21  * @link     https://github.com/hps/heartland-php
     20 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     21 * @link     https://github.com/globalpayments/php-sdk
    2222 */
    2323class HpsOrderData
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Entities/AltPayment/HpsPaymentData.php

    r2582024 r3435293  
    88 * @package  HPS
    99 * @author   Heartland Payment Systems <[email protected]>
    10  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    11  * @link     https://github.com/hps/heartland-php
     10 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     11 * @link     https://github.com/globalpayments/php-sdk
    1212 */
    1313
     
    1818 * @package  HPS
    1919 * @author   Heartland Payment Systems <[email protected]>
    20  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    21  * @link     https://github.com/hps/heartland-php
     20 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     21 * @link     https://github.com/globalpayments/php-sdk
    2222 */
    2323class HpsPaymentData
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Services/Gateway/AltPayment/HpsMasterPassService.php

    r3246488 r3435293  
    88 * @package  HPS
    99 * @author   Heartland Payment Systems <[email protected]>
    10  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    11  * @link     https://github.com/hps/heartland-php
     10 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     11 * @link     https://github.com/globalpayments/php-sdk
    1212 */
    1313
     
    1818 * @package  HPS
    1919 * @author   Heartland Payment Systems <[email protected]>
    20  * @license  https://github.com/hps/heartland-php/blob/master/LICENSE.txt Custom
    21  * @link     https://github.com/hps/heartland-php
     20 * @license  https://github.com/globalpayments/php-sdk/blob/master/LICENSE.md
     21 * @link     https://github.com/globalpayments/php-sdk
    2222 */
    2323class HpsMasterPassService
  • heartland-secure-submit-addon-for-gravity-forms/trunk/classes/includes/src/Services/Gateway/HpsSoapGatewayService.php

    r3246488 r3435293  
    386386    }
    387387 /*
    388   * @link https://github.com/hps/heartland-php/pull/21
     388  * @link https://github.com/globalpayments/php-sdk/
    389389  * @description resolves a recursion issue identified in the link above
    390390  */
  • heartland-secure-submit-addon-for-gravity-forms/trunk/gravityforms-securesubmit.php

    r3246488 r3435293  
    11<?php
    22/**
    3  * Plugin Name: Heartland Secure Submit Addon for Gravity Forms
    4  * Plugin URI: https://developer.heartlandpaymentsystems.com/securesubmit
    5  * Description: Integrates Gravity Forms with SecureSubmit, enabling end users to purchase goods and services through Gravity Forms.
    6  * Version: 2.1.3
    7  * Author: SecureSubmit
    8  * Author URI: https://developer.heartlandpaymentsystems.com/securesubmit
     3 * 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
    99 */
    1010
    11 define('GF_SECURESUBMIT_VERSION', '2.1.3');
     11define('GF_SECURESUBMIT_VERSION', '2.2.0');
    1212
    1313add_action('gform_loaded', array('GF_SecureSubmit_Bootstrap', 'load'), 5);
  • heartland-secure-submit-addon-for-gravity-forms/trunk/readme.txt

    r3246488 r3435293  
    1 === Heartland Secure Submit Addon for Gravity Forms ===
     1=== Global Payments SecureSubmit Addon for Gravity Forms ===
    22Contributors: markhagan
    3 Tags: gravityforms, heartland, securesubmit, token, tokenize
     3Tags: gravityforms, GlobalPayments, securesubmit, token, tokenize
    44Tested up to: 6.7
    55Stable tag: trunk
    66License: GPLv2
    7 License URI: https://github.com/hps/heartland-gravity-forms-addon/blob/master/LICENSE.md
     7License URI: https://github.com/globalpayments/globalpayments-gravity-forms/blob/main/LICENSE
    88
    9 SecureSubmit allows merchants to take PCI-Friendly Credit Card payments with Gravity Forms using Heartland Payment Systems Payment Gateway.
     9SecureSubmit allows merchants to take PCI-Friendly Credit Card payments with Gravity Forms using Global Payments Payment Gateway.
    1010
    1111== Description ==
    1212
    13 This plugin allows Gravity Forms to use the Heartland Payment Systems Gateway. All card data is tokenized using Heartland's SecureSubmit product.
     13This plugin allows Gravity Forms to use the Global Payments Gateway. All card data is tokenized using Global Payments SecureSubmit product.
    1414
    1515Features of SecureSubmit:
     
    2424  1. Sign Up for an account @ developer.heartlandpaymentsystems.com if you haven't already
    2525  2. Download Gravity Forms
    26   3. Install AND Activate Gravity Forms WP plugin AND Heartland SecureSubmit for Gravity Forms WP plugin
     26  3. Install AND Activate Gravity Forms WP plugin AND Global Payments SecureSubmit for Gravity Forms WP plugin
    2727  4. Configure Gravity Forms and SecureSubmit accounts:
    28       * Navigate to Settings to enter your API Keys provided by your Heartland Developer Portal Account
     28      * Navigate to Settings to enter your API Keys provided by your Global Payments Developer Portal Account
    2929  5. Add Form:
    3030      * Navigate to Forms > Add New Form > Edit Form
     
    3838  7. Add form to WP page
    3939
    40 * NEED ADDITIONAL HELP? Contact Us  http://developer.heartlandpaymentsystems.com/support
     40* NEED ADDITIONAL HELP? Contact Us  https://developer.globalpayments.com/support/integration-support
    4141
    4242
    4343== Changelog ==
     44= 2.2.0 =
     45* Global payment rebranding
     46
    4447= 2.1.3 =
    4548* Fix: Security Vulnerabilities issues
Note: See TracChangeset for help on using the changeset viewer.