File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/OfflineShippingSampleData/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public function install(array $fixtures)
129129 'dest_country_id ' => $ data ['country ' ],
130130 'dest_region_id ' => $ regionId ,
131131 'dest_zip ' => $ data ['zip ' ],
132- 'condition_name ' => CarrierTablerate:: CONDITION_CODE_PACKAGE_VALUE_WITH_DISCOUNT ,
132+ 'condition_name ' => ' package_value_with_discount ' ,
133133 'condition_value ' => $ data ['order_subtotal ' ],
134134 'price ' => $ data ['price ' ],
135135 'cost ' => 0 ,
@@ -148,7 +148,7 @@ public function install(array $fixtures)
148148
149149 $ this ->configWriter ->save ('carriers/tablerate/active ' , 1 );
150150 $ this ->configWriter ->save (
151- 'carriers/tablerate/condition_name ' , CarrierTablerate:: CONDITION_CODE_PACKAGE_VALUE_WITH_DISCOUNT
151+ 'carriers/tablerate/condition_name ' , ' package_value_with_discount '
152152 );
153153 $ this ->cacheTypeList ->cleanType ('config ' );
154154 $ this ->systemConfig ->clean ();
You can’t perform that action at this time.
0 commit comments