Skip to content

Commit 32e6e92

Browse files
committed
i18n
1 parent 51d17c4 commit 32e6e92

File tree

17 files changed

+821
-571
lines changed

17 files changed

+821
-571
lines changed

backend/app/Services/Domain/Order/OrderManagementService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function createNewOrder(
4242
): OrderDomainObject
4343
{
4444
$reservedUntil = Carbon::now()->addMinutes($timeOutMinutes);
45-
$publicId = Str::upper(Str::random(5));
45+
$publicId = Str::upper(Str::random(7));
4646

4747
return $this->orderRepository->create([
4848
'event_id' => $eventId,

frontend/src/locales/de.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)