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 3ee407a commit ac3cde1Copy full SHA for ac3cde1
app/code/Magento/Directory/Model/Data/ExchangeRate.php
@@ -20,7 +20,7 @@ class ExchangeRate extends \Magento\Framework\Api\AbstractExtensibleObject imple
20
{
21
const KEY_CURRENCY_TO = 'currency_to';
22
const KEY_RATE = 'rate';
23
- const KEY_EXCHANGE_RATES = 'exchange_rates';
+ private const KEY_EXCHANGE_RATES = 'exchange_rates';
24
25
/**
26
* @inheritDoc
0 commit comments