mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 22:29:33 +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)) {
|
if (is_array($prices)) {
|
||||||
// Step 1: Check if prices exist in the preferred currency
|
// Step 1: Check if prices exist in the preferred currency
|
||||||
if (isset($prices[$this->settings->currency]) && is_array($prices[$this->settings->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) {
|
foreach ($priceDetails as $priceDetail) {
|
||||||
if (
|
if (
|
||||||
is_array($priceDetail) &&
|
is_array($priceDetail) &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue