order->receipt_no); } public function getGuestParams(): array { return [ 'shopName' => $this->order->receipt_shop_name, 'useDate' => $this->order->receipt_use_date->format('Y/m/d'), 'amount' => number_format($this->order->receipt_amount), ]; } }