File "booking.php"

Full Path: /home/bettaeza/flyinsyria.com/app/.well-known/config/booking.php
File size: 269 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
return [
    'booking_route_prefix'=>env("BOOKING_ROUTER_PREFIX",'booking'),
    'statuses'=>[
        'completed',
        'processing',
        'confirmed',
        'cancelled',
        'paid',
        'unpaid',
        'partial_payment',
    ]
];