diff --git a/Block/Sales/Cashondelivery.php b/Block/Sales/Cashondelivery.php index f6ad5b7..c80f77f 100644 --- a/Block/Sales/Cashondelivery.php +++ b/Block/Sales/Cashondelivery.php @@ -45,7 +45,10 @@ public function initTotals() [ 'code' => 'msp_cashondelivery', 'strong' => false, - 'value' => $source->getBaseMspCodAmount() - $source->getBaseMspCodTaxAmount(), + /*Get Base price with tax Tax in customer order page */ + 'value' => $source->getBaseMspCodAmount() + $source->getBaseMspCodTaxAmount(), + /*Get Base price without tax in customer order page */ + /* 'value' => $source->getBaseMspCodAmount() , */ 'label' => __('Cash on delivery'), ] );