Skip to content
Snippets Groups Projects
Select Git revision
  • 8.x-1.0-beta7
  • 2.0.x default
  • 3.0.x
  • 7.x-1.x
  • 8.x-1.x
  • 7.x-1.x-rc
  • master
  • 3.0.0
  • 2.0.2
  • push
  • 2.0.0
  • 2.0.1
  • 8.x-1.0-beta6
  • 8.x-1.x-beta6
  • 8.x-1.0-beta5
  • 8.x-1.0-beta4
  • 8.x-1.0-beta3
  • 8.x-1.0-beta2
  • 8.x-1.0-beta1
  • 7.x-1.4
  • 7.x-1.3
  • 7.x-1.2
  • 7.x-1.1
  • 7.x-1.1-beta1
  • 7.x-1.0
  • 7.x-1.0-beta1
26 results

commerce_realex

  • Open with
  • Download source code
  • anthonylindsay's avatar
    Issue #3132110 by anthonylindsay: cents values lost
    Anthony Lindsay authored and Stella Power committed
    069b066f
    History

    Global Payments Gateway

    A Payment gateway for Global Payments (formerly called Realex Payments). To use this module you will need to have an account set up with Global Payments and have received a shared key as well as a merchant ID. Global Payments have the requirement that you initially use the account in test mode to make sure that the process works.

    Test cards available at https://developer.realexpayments.com/#!/resources/test-card-numbers

    Installation

    • To make sure the correct dependencies are pulled in through composer, you have to first add the following to the repositories section of your root composer.json:
    {
        "type": "package",
        "package": {
            "name": "annertech/rxp-js",
            "version": "1.3.1.21",
            "type": "drupal-library",
            "dist": {
                "url": "https://github.com/Annertech/rxp-js/archive/1.3.1.21.zip",
                "type": "zip"
            },
            "require": {
                "composer/installers": "~1.0"
            }
        }
    },
    {
        "type": "vcs",
        "url": "https://github.com/annertech/php-sdk"
    }
    • Then pull in the module through composer require drupal/commerce_realex
    • Enable the module
    • Go to the payment methods settings page at admin/commerce/config/payment-gateways
    • Select "Add Payment Gateway" and add the Global Payments details