* @copyright Mollie B.V. * @link https://www.mollie.com */ return [ 'key' => env('MOLLIE_KEY', 'test_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'), // If you intend on using Mollie Connect, place the following in the 'config/services.php' // 'mollie' => [ // 'client_id' => env('MOLLIE_CLIENT_ID', 'app_xxx'), // 'client_secret' => env('MOLLIE_CLIENT_SECRET'), // 'redirect' => env('MOLLIE_REDIRECT_URI'), // ], ];