Skip to content

Commit

Permalink
Merge pull request #816 from magento-folks/MAGETWO-59184
Browse files Browse the repository at this point in the history
Tasks:
* MAGETWO-59184: [GITHUB] Prevent double shipping method selection #5928
  • Loading branch information
magicbunneh authored Feb 9, 2017
2 parents 0c7b1e4 + b556d09 commit 2149a51
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
attr: {
'id': 's_method_' + method.carrier_code + '_' + method.method_code,
'aria-labelledby': 'label_method_' + method.method_code + '_' + method.carrier_code + ' ' + 'label_carrier_' + method.method_code + '_' + method.carrier_code
},
click: $parent.selectShippingMethod"
}"
class="radio"/>
<!--/ko-->
<!-- /ko -->
Expand Down

0 comments on commit 2149a51

Please sign in to comment.