Skip to content

Commit 7fc2d6e

Browse files
author
Michail Slabko
committed
MAGETWO-31159: Varnish coverage increase
- fix test after merge
1 parent d0d18eb commit 7fc2d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/shipping.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878
</script>
7979
<?php if (($_shippingRateGroups = $block->getEstimateRates())): ?>
80-
<form id="co-shipping-method-form" action="<?php echo $block->getUrl('checkout/cart/estimateUpdatePost') ?>">
80+
<form id="co-shipping-method-form" action="<?php echo $block->getUrl('checkout/cart/estimateUpdatePost') ?>" method="post">
8181
<fieldset class="fieldset rates">
8282
<dl class="items methods">
8383
<?php foreach ($_shippingRateGroups as $code => $_rates): ?>

0 commit comments

Comments
 (0)