Closed atanaspuskulev closed 3 years ago
$invoice->currencyCode(code) PDF generated doesn't honor the currency code passed by currencyCode() method. Instead - the default from config is used.
The other issue is, if you change the currency code in invoices.php (config file) for example in cyrillic - doesn't work. Most probably a font issue.
To Reproduce Steps to reproduce the behavior:
Expected behavior Honor the currency code passed by the method. Omit currency symbol by method passing null (not every currency has symbol).
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
$invoice->currencyCode(code) PDF generated doesn't honor the currency code passed by currencyCode() method. Instead - the default from config is used.
The other issue is, if you change the currency code in invoices.php (config file) for example in cyrillic - doesn't work. Most probably a font issue.
To Reproduce Steps to reproduce the behavior:
Expected behavior Honor the currency code passed by the method. Omit currency symbol by method passing null (not every currency has symbol).
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.