diff --git a/src/molliesofort_devapp.php b/src/molliesofort_devapp.php deleted file mode 100644 index 052a74d..0000000 --- a/src/molliesofort_devapp.php +++ /dev/null @@ -1,22 +0,0 @@ - array( - 'Type' => 'System', - 'Value' => 'Mollie Sofort Banking' - ) - )); - - return $config; -} - -function molliesofort_devapp_link($params) -{ - return mollie_link($params, \Mollie\Api\Types\PaymentMethod::SOFORT); -}