diff --git a/uafrica/Customshipping/Model/Carrier/Customshipping.php b/uafrica/Customshipping/Model/Carrier/Customshipping.php index aacb73300bfe0c0e5476eb067af7a2e5b174c21d..49c88c0db4bf725f35ed114060d40ea32e0ccfe0 100644 --- a/uafrica/Customshipping/Model/Carrier/Customshipping.php +++ b/uafrica/Customshipping/Model/Carrier/Customshipping.php @@ -544,7 +544,6 @@ class Customshipping extends AbstractCarrier implements CarrierInterface $method->setCarrierTitle('uafrica'); $method->setMethod($code); $method->setMethodTitle($title['service_name']); - //Convert total price from cents to dollars $method->setPrice($title['total_price'] / 100); $method->setCost($title['total_price'] / 100); $result->append($method);