Skip to content

Commit 6d6b88e

Browse files
committed
ACP2E-1764: Configurable product price is not changed when option is selected
- Fixed the static test failure.
1 parent 9888ab4 commit 6d6b88e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProduct/view/frontend/web/js/configurable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ define([
678678
var allOptions,
679679
value,
680680
config;
681+
681682
if (element.config) {
682683
allOptions = element.config.options;
683684
value = element.value;

0 commit comments

Comments
 (0)