Allow to configure the currency to get prices in for the LCSCProvider

This commit is contained in:
Jan Böhmer 2024-02-22 23:57:57 +01:00
parent 015b69e601
commit 20be83c345
3 changed files with 25 additions and 2 deletions

View file

@ -310,6 +310,7 @@ services:
App\Services\InfoProviderSystem\Providers\LCSCProvider:
arguments:
$enabled: '%env(bool:PROVIDER_LCSC_ENABLED)%'
$currency: '%env(string:PROVIDER_LCSC_CURRENCY)%'
####################################################################################################################
# API system