born05 / craft-commerce-buckaroo
Buckaroo Gateway for Craft Commerce
Installs: 1 667
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 6
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0.2
- born05/omnipay-buckaroo: ~3.0
- craftcms/cms: ^4.0.0-alpha|^5.0.0-beta.1
- craftcms/commerce: ^4.0.0-beta.2|^5.0.0-beta.1
- craftcms/commerce-omnipay: ^4.1.0
This package is auto-updated.
Last update: 2024-10-22 11:47:05 UTC
README
Adds Buckaroo gateway support to Craft Commerce. Currently supports: Credit Card, Ideal, PayPal and Sepa Direct Debit.
Requirements
- Craft 4 and up
- Craft Commerce 4 and up
Installation
Install from the Plugin Store or composer:
composer require born05/craft-commerce-buckaroo ./craft install/plugin commerce-buckaroo
Setup
Add a new gateway as described in Gateway Configuration
Config
Create a config/commerce-buckaroo.php
with the following contents:
<?php return [ 'testMode' => false, ];
License
Copyright © Born05
See license