We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57107c4 commit 5636549Copy full SHA for 5636549
app/Mail/CheckoutAccessoryMail.php
@@ -53,14 +53,6 @@ public function content(): Content
53
Log::debug($this->item->getImageUrl());
54
$eula = $this->item->getEula();
55
$req_accept = $this->item->requireAcceptance();
56
-
57
- $accept_url = is_null($this->acceptance) ? null : route('account.accept.item', $this->acceptance);
58
59
- // Check if the item has custom fields associated with it
60
- if (($this->item->model) && ($this->item->model->fieldset)) {
61
- $fields = $this->item->model->fieldset->fields;
62
- }
63
64
$accept_url = is_null($this->acceptance) ? null : route('account.accept.item', $this->acceptance);
65
66
return new Content(
0 commit comments