Skip to content

ax2000/pinpayments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pin Payments

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