Skip to content

Latest commit

 

History

History
executable file
·
39 lines (24 loc) · 796 Bytes

README.md

File metadata and controls

executable file
·
39 lines (24 loc) · 796 Bytes

Buckaroo Gateway for Craft Commerce

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