2017 © Pedro Peláez
 

silverstripe-module silvershop-payway

Westpac PayWay payment integration for SilverShop

image

rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  • Wednesday, February 21, 2018
  • by rotassator
  • Repository
  • 1 Watchers
  • 0 Stars
  • 605 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 18 Versions
  • 3 % Grown

The README.md

SilverShop PayWay Support Module

Westpac PayWay payment integration for SilverShop., (*1)

PayWay uses client-side JavaScript to generate tokens for using with their REST API instead of interacting with credit card details directly on your site., (*2)

To integrate the Omnipay PaywayRest adapter with SilverShop, this module overrides the default checkout component., (*3)

Status

To date, the following features have been implemented:, (*4)

  • create single-use token via PayWay JS credit card form
  • create customer
  • save customer number against Member for reuse
  • make payment transaction

Kudos

Many thanks to the work done by Mark Guinn on the Braintree and Stripe modules., (*5)

Installation

Install the module using composer., (*6)

composer require rotassator/silvershop-payway

Create a config file (eg. mysite/_config/payment.yml) similar to the following:, (*7)

---
Name: payment
---
Payment:
  allowed_gateways:
    - 'PaywayRest'

---
Except:
  environment: 'live'
---
GatewayInfo:
  PaywayRest:
    parameters:
      apiKeyPublic: PUBLISHABLE-KEY-FOR-TEST-ACCOUNT
      apiKeySecret: SECRET-KEY-FOR-YOUR-TEST-ACCOUNT
      merchantId: TEST
      testMode: true

---
Only:
  environment: 'live'
---
GatewayInfo:
  PaywayRest:
    parameters:
      apiKeyPublic: PUBLISHABLE-KEY-FOR-LIVE-ACCOUNT
      apiKeySecret: SECRET-KEY-FOR-YOUR-LIVE-ACCOUNT
      merchantId: MERCHANT-ID

The Versions

21/02 2018

dev-master

9999999-dev https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

21/02 2018

1.1.3

1.1.3.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

21/02 2018

dev-develop

dev-develop https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

16/10 2017

1.1.2

1.1.2.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

17/05 2017

1.1.1

1.1.1.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

09/02 2017

1.1.0

1.1.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

06/02 2017

1.0.0

1.0.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

06/01 2017

0.6.1

0.6.1.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

05/01 2017

0.6

0.6.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

05/01 2017

0.5

0.5.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

22/12 2016

0.4.2

0.4.2.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

22/12 2016

0.4.1

0.4.1.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

19/12 2016

0.4

0.4.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

14/12 2016

0.3

0.3.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

04/12 2016

0.2.2

0.2.2.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

02/12 2016

0.2.1

0.2.1.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

02/12 2016

0.2

0.2.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs

24/11 2016

0.1

0.1.0.0 https://github.com/rotassator/silvershop-payway

Westpac PayWay payment integration for SilverShop

  Sources   Download

MIT

The Requires

 

by Steve Dixon

payment silverstripe stripe silvershop stripejs