Skip to content

Commit

Permalink
Merge pull request #22 from HiEventsDev/develop
Browse files Browse the repository at this point in the history
increase order number length + i18n
  • Loading branch information
daveearley committed Jun 7, 2024
2 parents 18c19a6 + 32e6e92 commit 8320bac
Show file tree
Hide file tree
Showing 17 changed files with 821 additions and 571 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function createNewOrder(
): OrderDomainObject
{
$reservedUntil = Carbon::now()->addMinutes($timeOutMinutes);
$publicId = Str::upper(Str::random(5));
$publicId = Str::upper(Str::random(7));

return $this->orderRepository->create([
'event_id' => $eventId,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/de.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8320bac

Please sign in to comment.