pixelpie/craft-pin-payments

Pin Payments gateway integration

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:craft-plugin

1.0.5 2024-01-30 07:33 UTC

This package is auto-updated.

Last update: 2024-03-30 00:31:42 UTC


README

Pin Payments gateway integration for Craft Commerce 4.

Requirements

This plugin requires Craft CMS 4.4.5 or later, Craft Commerce 4.0.0 or later and PHP 8.0.2 or later.

Please note that in order to use the version 3 of Omnipay you'll need to set the minimum stability setting of your composer.json to dev as per below

...
"minimum-stability": "dev",
 "prefer-stable": true,
...

Installation

DDEV

ddev composer require pixelpie/craft-pin-payments && ddev exec php craft plugin/install pin-payments

SHELL

composer require pixelpie/craft-pin-payments && php craft plugin/install pin-payments