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 ca471e4 commit c84087eCopy full SHA for c84087e
app/code/Magento/Swatches/Block/Product/Renderer/Listing/Configurable.php
@@ -72,17 +72,18 @@ public function getJsonConfig()
72
*
73
* @return string
74
*/
75
- public function getPriceFormatJson(){
+ public function getPriceFormatJson()
76
+ {
77
return $this->jsonEncoder->encode($this->localeFormat->getPriceFormat());
78
}
79
-
80
/**
81
* Composes configuration for js price
82
83
84
85
- public function getPricesJson(){
+ public function getPricesJson()
86
87
return $this->jsonEncoder->encode($this->getPrices());
88
89
0 commit comments