Changeset 3039350
- Timestamp:
- 02/21/2024 06:36:00 PM (2 years ago)
- File:
-
- 1 edited
-
qisstpay/trunk/gateways/QPBaseConfiguration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qisstpay/trunk/gateways/QPBaseConfiguration.php
r2979245 r3039350 309 309 } 310 310 311 311 $weight_unit = get_option('woocommerce_weight_unit'); 312 312 313 313 $line_item[] = array( … … 333 333 //"total_tax_amount"=> (int)$row->get_total_tax(), 334 334 //"shipping_attributes"=>array( 335 "weight" => $product->get_weight(), 336 "weight_unit" => $weight_unit, 335 337 //"weight"=>"NA", 336 338 //"dimensions"=>array(
Note: See TracChangeset
for help on using the changeset viewer.