hestec / silverstripe-sisowmethod
Sisow extension for the SilverStripe Omnipay module
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- hestec/omnipay-sisow: 1.*
- silverstripe/cms: >=4.0
- silverstripe/framework: >=4.0
- silverstripe/silverstripe-omnipay: 3.*
This package is auto-updated.
Last update: 2024-11-12 04:32:06 UTC
README
Addon for SilverStripe Omnipay. This addon gives you the option to manage the different Sisow pay methods in the CMS. You can enable/disable each method, give you own name for the method and change the display order. Sisow is a Dutch payment provider with many international payment methods. See www.sisow.nl.
Requirements
SilverStripe 4 silverstripe-omnipay 3 hestec/omnipay-sisow (the gateway for Omnipay)
Version
Using Semantic Versioning.
Installation
Install via Composer:
composer require "hestec/silverstripe-sisowmethod": "2.*"
Configuration
Add the Sisow keys to your yaml file:
SilverStripe\Omnipay\GatewayInfo:
Sisow:
parameters:
merchantId: 'xxxxxxxxxxx'
merchantKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxx'
testMode: false
do a dev/build and flush.
Usage
In your CMS Settings you will find a tab Sisow Method.
Issues
No known issues.