2017 © Pedro Peláez
 

craft-plugin commerce-transactium

Transactium payment gateway plugin for Craft Commerce 2

image

michaelstivala/commerce-transactium

Transactium payment gateway plugin for Craft Commerce 2

  • Monday, July 9, 2018
  • by michaelstivala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 100 % Grown

The README.md

Transactium payment gateway plugin for Craft Commerce 2

This plugin provides Transactium integration for Craft Commerce., (*1)

It provides the Transactium gateway., (*2)

Requirements

This plugin requires Craft Commerce 2.0.0-alpha.5 or later., (*3)

Installation

To install the plugin, follow these instructions., (*4)

  1. Open your terminal and go to your Craft project:, (*5)

    cd /path/to/project
  2. Then tell Composer to load the plugin:, (*6)

    composer require michaelstivala/commerce-transactium
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Transactium., (*7)

Setup

To add a Transactium payment gateway, go to Commerce → Settings → Gateways, create a new gateway, and set the gateway type to "Transactium"., (*8)

In order to allow the payment gateway to be loaded in an iFrame, you need to create a template that responds to the route /checkout/transactium in your application that initates the payment flow - like below:, (*9)

<html>
<body>
    LOADING PAYMENT GATEWAY...
    <form method="POST" id="transactium-payment-form">
        <input type="hidden" name="action" value="commerce/payments/pay"/>
        {{ redirectInput('account/orders-iframe?order={number}') }}
        <input type="hidden" name="cancelUrl" value="{{ url('/checkout/payment?cancel=true')|hash }}"/>
        {{ csrfInput() }}
    </form>
    <script type="text/javascript">
        document.getElementById("transactium-payment-form").submit();
    </script>
</body>
</html>

The Versions

09/07 2018

dev-master

9999999-dev

Transactium payment gateway plugin for Craft Commerce 2

  Sources   Download

MIT

The Requires

 

omnipay yii2 commerce craftcms transactium

09/07 2018

v0.1.3

0.1.3.0

Transactium payment gateway plugin for Craft Commerce 2

  Sources   Download

MIT

The Requires

 

omnipay yii2 commerce craftcms transactium

26/04 2018

v0.1.2

0.1.2.0

Transactium payment gateway plugin for Craft Commerce 2

  Sources   Download

MIT

The Requires

 

omnipay yii2 commerce craftcms transactium

26/04 2018

0.1.0

0.1.0.0

Transactium payment gateway plugin for Craft Commerce 2

  Sources   Download

proprietary

The Requires

 

omnipay yii2 commerce craftcms transactium