jjjuanjo8 Posted October 30, 2020 Share Posted October 30, 2020 Al ver la lista de clientes y al querer entrar en la ficha individual de cada cliente se me produce un error y no he podido encontrar la solución localizationException in src/Core/Localization/Locale.php (line 171) public function getPriceSpecification($currencyCode) { $currencyCode = (string) $currencyCode; $priceSpec = $this->priceSpecifications->get($currencyCode); if (null === $priceSpec) { throw new LocalizationException( 'Price specification not found for currency: "' . $currencyCode . '"' ); } return $priceSpec Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now