booking fee 1 manat

This commit is contained in:
merdan 2020-01-08 15:04:05 +05:00
parent bbb391f9eb
commit 25f74cfe7d
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ return [
'ticket_status_on_sale' => 4,
'ticket_status_off_sale' => 5,
'ticket_booking_fee_fixed' => 0,
'ticket_booking_fee_fixed' => 1,
'ticket_booking_fee_percentage' => 0,
/* Order statuses */

View File

@ -27,7 +27,7 @@ class CreateUsersTable extends Migration
$table->integer('event_id');
$table->integer('quantity_reserved');
$table->datetime('expires');
$table->string('session_id', 45);
$table->string('session_id', 45); //todo unique?
$table->nullableTimestamps();
});

View File

@ -56,7 +56,7 @@
<div class="card-header">
<h4 class="card-title text-center">
<b>{{$ticket['ticket']['title']}}</b>: @lang("Public_ViewEvent.ticket_holder_n", ["n"=>$seat])
@lang("Public_ViewEvent.ticket_holder_n", ["n"=>$seat]) {{$ticket['ticket']['title']}}
</h4>
</div>
<div class="card-body px-5">