diff --git a/src/elements/Ticket.php b/src/elements/Ticket.php index 2439183..6b460eb 100755 --- a/src/elements/Ticket.php +++ b/src/elements/Ticket.php @@ -261,6 +261,11 @@ public function getBasePrice(): ?float return $this->getType()?->price ?? null; } + public function getPrice(): ?float + { + return $this->getBasePrice(); + } + public function getStock(): int { // Available to purchase is capacity (event or ticket) - purchased tickets