MOON
Server: Apache
System: Linux server.royaltuning.hu 4.18.0-425.13.1.el8_7.x86_64 #1 SMP Tue Feb 21 04:20:52 EST 2023 x86_64
User: royaltuning (1001)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //var/www/html/config/laravel-barion.php
<?php

return [
    /*
     * The POS key to be sent with all API requests. You can acquire one
     * by creating a shop after logging in to your Barion account.
     */
    'pos_key' => env('BARION_POS_KEY'),

    /*
     * Value indicating whether to use the live Barion environment instead
     * of the test one. Defaults to false just to be sure.
     */
    'live_environment' => env('BARION_LIVE_ENV', false),

    /*
     * Value indicating whether to decode the JSON response returned by the
     * Barion API to associative arrays instead of standard PHP objects.
     */
    'associative' => false,
];