mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Update OEMSecretsProvider.php
most probably only a typo
This commit is contained in:
parent
3f6a6cc767
commit
f62b844994
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ class OEMSecretsProvider implements InfoProviderInterface
|
|||
if (is_array($prices)) {
|
||||
// Step 1: Check if prices exist in the preferred currency
|
||||
if (isset($prices[$this->settings->currency]) && is_array($prices[$this->settings->currency])) {
|
||||
$priceDetails = $prices[$this->$this->settings->currency];
|
||||
$priceDetails = $prices[$this->settings->currency];
|
||||
foreach ($priceDetails as $priceDetail) {
|
||||
if (
|
||||
is_array($priceDetail) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue