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)
129
129
'dest_country_id ' => $ data ['country ' ],
130
130
'dest_region_id ' => $ regionId ,
131
131
'dest_zip ' => $ data ['zip ' ],
132
- 'condition_name ' => CarrierTablerate:: CONDITION_CODE_PACKAGE_VALUE_WITH_DISCOUNT ,
132
+ 'condition_name ' => ' package_value_with_discount ' ,
133
133
'condition_value ' => $ data ['order_subtotal ' ],
134
134
'price ' => $ data ['price ' ],
135
135
'cost ' => 0 ,
@@ -148,7 +148,7 @@ public function install(array $fixtures)
148
148
149
149
$ this ->configWriter ->save ('carriers/tablerate/active ' , 1 );
150
150
$ this ->configWriter ->save (
151
- 'carriers/tablerate/condition_name ' , CarrierTablerate:: CONDITION_CODE_PACKAGE_VALUE_WITH_DISCOUNT
151
+ 'carriers/tablerate/condition_name ' , ' package_value_with_discount '
152
152
);
153
153
$ this ->cacheTypeList ->cleanType ('config ' );
154
154
$ this ->systemConfig ->clean ();
You can’t perform that action at this time.
0 commit comments