Skip to content
Snippets Groups Projects
Commit aad7d9ab authored by Gundo Sifhufhi's avatar Gundo Sifhufhi
Browse files

Refactoring

parent cad4bd87
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment