diff --git a/src/molliebancomatpay_devapp.php b/src/molliebancomatpay_devapp.php new file mode 100644 index 0000000..9f12746 --- /dev/null +++ b/src/molliebancomatpay_devapp.php @@ -0,0 +1,22 @@ + array( + 'Type' => 'System', + 'Value' => 'Mollie BANCOMAT Pay' + ) + )); + + return $config; +} + +function molliebancomatpay_devapp_link($params) +{ + return mollie_link($params, \Mollie\Api\Types\PaymentMethod::BANCOMATPAY); +}