Skip to content

Commit 37325b0

Browse files
committed
AC-12119:: Instant purchase 'cheapest shipping' broken for configurable products
1 parent 510f73b commit 37325b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/CheapestMethodDeferredChooser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class CheapestMethodDeferredChooser implements DeferredShippingMethodChooserInterface
1515
{
16-
const METHOD_CODE = 'cheapest';
16+
public const METHOD_CODE = 'cheapest';
1717

1818
/**
1919
* @inheritdoc

0 commit comments

Comments
 (0)