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 182a65c commit 65bb095Copy full SHA for 65bb095
app/code/Magento/Sales/Model/Order/Invoice/GetLogoFile.php
@@ -56,21 +56,11 @@ public function execute(): ?string
56
return sprintf(
57
"%s%s%s",
58
$this->urlBuilder->getBaseUrl(['_type' => UrlInterface::URL_TYPE_MEDIA]),
59
- $this->getLogoBaseDir(),
+ self::LOGO_BASE_DIR,
60
$invoiceLogoPath
61
);
62
}
63
64
- /**
65
- * Get base directory for Custom Invoice Logo
66
- *
67
- * @return string
68
- */
69
- private function getLogoBaseDir(): string
70
- {
71
- return self::LOGO_BASE_DIR;
72
- }
73
-
74
/**
75
* Get Admin Configuration for Invoice Logo HTML
76
*
0 commit comments