monkey-front-core 0.0.287 → 0.0.288

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3989,7 +3989,7 @@ class MonkeyEcxCurrencyConfigService {
3989
3989
  data: {
3990
3990
  currency,
3991
3991
  currencies,
3992
- callback: (dontShowAnymore, currency = 'BRL') => {
3992
+ callback: (currency = 'BRL') => {
3993
3993
  this.onHandleCurrencyConfig({
3994
3994
  currency,
3995
3995
  environment